JargonFile/entries/well-behaved.txt

10 lines
443 B
Plaintext
Raw Normal View History

2014-04-26 14:52:28 +00:00
well-behaved
2014-04-26 15:54:15 +00:00
adj. 1. Software that does its job quietly and without counterintuitive
effects. Esp.: said of software having an interface spec sufficiently simple
and well-defined that it can be used as a tool by other software. See cat.
2. Said of an algorithm that doesn't crash or blow up , even when given
pathological input. Implies that the stability of the algorithm is
intrinsic, which makes this somewhat different from bulletproof.