reality failure
This commit is contained in:
parent
0ef0619c09
commit
970777f4d5
BIN
docs/jargon.1.gz
BIN
docs/jargon.1.gz
Binary file not shown.
@ -18,7 +18,7 @@ Free Documentation License".
|
||||
</p>
|
||||
<H2>Generated</H2>
|
||||
<p>
|
||||
This file last generated Sunday, 02 December 2018 11:48AM UTC
|
||||
This file last generated Sunday, 02 December 2018 11:51AM UTC
|
||||
|
||||
</p>
|
||||
<H2>Glossary</H2>
|
||||
@ -8108,6 +8108,10 @@ This file last generated Sunday, 02 December 2018 11:48AM UTC
|
||||
<p>1. The simplest kind of test of software or hardware; doing the equivalent of asking it what 2 + 2 is and seeing if you get 4. The software equivalent of a smoke test. </p>
|
||||
|
||||
<p>2. The act of letting a real user try out prototype software. Compare sanity check.</p>
|
||||
<H4>reality failure</H4>
|
||||
<p>
|
||||
When your system works perfectly as designed and passes all unit tests, but when deployed in a realistic production situation it fails utterly.
|
||||
</p>
|
||||
<H4>reality-distortion field</H4>
|
||||
<p>
|
||||
n. An expression used to describe the persuasive ability of managers like Steve Jobs (the term originated at Apple in the 1980s to describe his peculiar charisma). Those close to these managers become passionately committed to possibly insane projects, without regard to the practicality of their implementation or competitive forces in the marketplace.
|
||||
|
@ -19,7 +19,7 @@ Free Documentation License".
|
||||
|
||||
* Generated
|
||||
|
||||
This file last generated Sunday, 02 December 2018 11:48AM UTC
|
||||
This file last generated Sunday, 02 December 2018 11:51AM UTC
|
||||
|
||||
* Glossary
|
||||
** (
|
||||
@ -6930,6 +6930,9 @@ adj. Describes an application which requires a program to respond to stimuli wit
|
||||
|
||||
2. The act of letting a real user try out prototype software. Compare sanity check.
|
||||
|
||||
*** reality failure
|
||||
When your system works perfectly as designed and passes all unit tests, but when deployed in a realistic production situation it fails utterly.
|
||||
|
||||
*** reality-distortion field
|
||||
n. An expression used to describe the persuasive ability of managers like Steve Jobs (the term originated at Apple in the 1980s to describe his peculiar charisma). Those close to these managers become passionately committed to possibly insane projects, without regard to the practicality of their implementation or competitive forces in the marketplace.
|
||||
|
||||
|
4
entries/reality_failure.txt
Normal file
4
entries/reality_failure.txt
Normal file
@ -0,0 +1,4 @@
|
||||
reality failure
|
||||
|
||||
When your system works perfectly as designed and passes all unit tests, but
|
||||
when deployed in a realistic production situation it fails utterly.
|
Loading…
Reference in New Issue
Block a user