|
|
|
|
|
by markbnj
2848 days ago
|
|
> Having less characters makes code more readable (or rather "scannable") as well, it's just another tradeoff. It might, in a specific circumstance, while in another circumstance it might make the code significantly less readable. That is an indication that number of characters is probably not a good metric for adjusting readability. |
|
However, I've also seen large classes with members like "stN" for "set N". WTF is N, and why can't we just type set, that one char doesn't save anybody any time at all. Or nested loops with i & j reversed, just to make it especially painful.