I replaced the equivalent of floor in a code base and I was surprised it didn’t break. Yet.
You must log in or # to comment.
How did a bug with something like that never pop up in unit tests?
There were no unit tests and previous dev had opened the pandora’s box with half-written implementation. Gasp
Corner cases.