in reply to Code for readablity or fewer lines?
For myself, programmer efficiency and readability are on the same side of the coin (if more lines makes it more readable and understandable, I'll spend less time maintaining it later). However, as you might note in this post, sometimes I find making something more readable to my eyes also shortens the code as well (in that case, reducing the number of lines in a loop by half was a side-effect of reducing the level of nested conditionals).
|
|---|