Linked by Thom Holwerda on Wed 26th Sep 2012 23:25 UTC, submitted by MOS6510
Thread beginning with comment 536805
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.



Member since:
2007-03-26
That means, in most scenarios, that the code will be suboptimal (when compiling and running it).
So, the real question would be "code faster or code readable"?
Sub-optimal code would be useless for kernels or real time systems.
Plus the reason for code comments is to make code readable. So there's little point, in my opinion at least, of writing deliberately crippled code just to make it readable.
That said, I don't agree with needlessly obfuscating code just for the sake of gaining a few clock cycles either.
So we're back to the earlier points at the top of this discussion: that there's a time and place for every methodology.