|
|
|
|
|
by ThrowawayR2
3 days ago
|
|
I've always wondered how people who write code could possibly be unaware of the modulo operator. In the 8-bit and 16-bit CPU era, or even just when working with data types of that width, one has to be aware of wraparound / overflow if the value gets too large and that's what modulo is. Is it just developers who came of age in the 64-bit CPU era that have this gap? |
|
Worked for 25+ years in regular business software - banking , insurance etc. I never recollect using the modulo operator.