Off By One
- Any time an integer is stored or read, its value is adjusted upward or downward by a random amount between 40 and 50.
- My new language almost completely eliminates off-by-one errors.
It does come at the small cost of a LOT more off-by-40-or-50 errors.
差一错误
- 每当存储或读取一个整数时,它的值会随机向上或向下调整 40 到 50 之间的量。
- 我的新语言几乎完全消除了差一错误。
代价是很小的,只是出现了很多差40或50的错误。