|
|
|
|
|
by rbonvall
2899 days ago
|
|
I know a couple of guys that would probably implement isLeap by checking that the lower two bits of the year are not set, then boast about how fast it was, and finally, when told that the logic was incorrect, push back because the additional checks would make it "slower". In their minds, when things stop being simple, fast trumps correct. |
|