JargonFile/entries/off-by-one error.txt

4 lines
373 B
Plaintext
Raw Normal View History

2014-04-26 10:52:28 -04:00
off-by-one error
n. [common] Exceedingly common error induced in many ways, such as by starting at 0 when you should have started at 1 or vice-versa, or by writing N instead of = N or vice-versa. Also applied to giving something to the person next to the one who should have gotten it. Often confounded with fencepost error , which is properly a particular subtype of it.