--- layout: post author: Pascal Cuoq date: 2012-12-01 13:15 +0200 categories: rant format: xhtml title: "Syntax appropriateness" summary: --- {% raw %}
I know! Let us make [ and ] function as meta-characters when in code style. Users will surely love the ability to insert hyperlinks inside the code they are writing a blog post about.
—The authors of the Content Management System this blog relies on
In the previous post, (float){…}
, discussed as if it were the syntax for anonymous arrays, should have read (float []){…}
.