I'm very interested on post some questions about code readability on several languages. With this I mean, I like to discuss about indentation, wrapping code, etc on several languages.

Thank you.

share|improve this question
Code readability tends to be subjective and prone to discussion. Can you can post an example question that could be answered with facts? – madth3 Jan 18 at 23:38
Hey madth3, well, that is precisely what I want to. Instead of give you an code example, let me say that sometimes I find annoying to compare long lines of code with a difftool, when you can split it in several line improving the readability or, a classic example, should you try to over optimize some instruction just because you can see the matrix. That kind of thing I like to discuss. – raulricardo21 Jan 21 at 2:04

1 Answer

up vote 4 down vote accepted

You should try posting on Code Review - Stack Exchange, with the readability tag.

share|improve this answer
Thank you Emmett, I'll do that – raulricardo21 Jan 21 at 1:56

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged