RE: Bit flipping
April 25, 2016 at 8:24 am
(This post was last modified: April 25, 2016 at 8:25 am by I_am_not_mafia.)
(April 25, 2016 at 8:09 am)bennyboy Wrote: For those of you against the project on the grounds that clean, easy-to-understand code is more important than optimization: I disagree.
Doesn't matter how optimised it is if it's giving you the wrong results.
Code changes over its lifetime. Maintenance introduces bugs. Legibility reduces the chance of bugs being introduced.
Writing legible code is a good habit to develop from the very beginning.