Code isn't poetry(jshak.es)
jshak.es
Code isn't poetry
http://jshak.es/code-isnt-poetry/
5 comments
Any syntax is less readable if you're unfamiliar with it. If you see enough of them, it reads naturally.
I don't agree that the second example is more readable than the first
[1] E.g., "if (1 == n)" instead of "if (n == 1)" (or prefer a language that uses := for assignment).