|
|
|
|
|
by radicalbyte
4570 days ago
|
|
This is why every developer should read Code Complete - it contains a myriad of tips learnt through many years of hard work. Suffice to say that it contains such tips as avoiding negation in conditionals. In the end it boils down to strategic optimization towards readability with the least mental overhead (the cycles you spend parsing, the more you can spend thinking). |
|