cracauer@
Developer
FWIW in a big system in $OLDJOB where we used a language where you can turn array bounds checks on and off on a per-function basis I permanently turned them on for everything. After a couple years of debugging. Just not worth it omitting them.
The tests were nice but real customers came up with crazy data that still exposed edge cases. Mind you the data in that case was Turing-complete.
The tests were nice but real customers came up with crazy data that still exposed edge cases. Mind you the data in that case was Turing-complete.