Test driven development
This commit is contained in:
parent
6ef64e5f29
commit
1a7f3a96f9
@ -19,7 +19,7 @@ Free Documentation License".
|
||||
|
||||
* Generated
|
||||
|
||||
This file last generated Tuesday, 16 October 2018 05:01PM UTC
|
||||
This file last generated Tuesday, 16 October 2018 05:07PM UTC
|
||||
|
||||
* Glossary
|
||||
** (
|
||||
@ -7881,6 +7881,9 @@ n. [UK] A wannabee or early larval stage hacker who spends most of his or her ti
|
||||
|
||||
2. Some bored random user trying a couple of the simpler features with a developer looking over his or her shoulder, ready to pounce on mistakes. Judging by the quality of most software, the second definition is far more prevalent. See also demo.
|
||||
|
||||
*** test driven development
|
||||
Abbreviated as TDD. The practice of writing unit tests before writing your program. Also see unit test.
|
||||
|
||||
*** text
|
||||
1. [techspeak] Executable code, esp. a pure code portion shared between multiple instances of a program running in a multitasking OS. Compare English.
|
||||
|
||||
|
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 Tuesday, 16 October 2018 05:01PM UTC
|
||||
This file last generated Tuesday, 16 October 2018 05:07PM UTC
|
||||
|
||||
</p>
|
||||
<H2>Glossary</H2>
|
||||
@ -9244,6 +9244,10 @@ This file last generated Tuesday, 16 October 2018 05:01PM UTC
|
||||
<p>1. Real users bashing on a prototype long enough to get thoroughly acquainted with it, with careful monitoring and followup of the results. </p>
|
||||
|
||||
<p>2. Some bored random user trying a couple of the simpler features with a developer looking over his or her shoulder, ready to pounce on mistakes. Judging by the quality of most software, the second definition is far more prevalent. See also demo.</p>
|
||||
<H4>test driven development</H4>
|
||||
<p>
|
||||
Abbreviated as TDD. The practice of writing unit tests before writing your program. Also see unit test.
|
||||
</p>
|
||||
<H4>text</H4>
|
||||
<p>1. [techspeak] Executable code, esp. a pure code portion shared between multiple instances of a program running in a multitasking OS. Compare English. </p>
|
||||
|
||||
|
4
entries/test_driven_development.txt
Normal file
4
entries/test_driven_development.txt
Normal file
@ -0,0 +1,4 @@
|
||||
test driven development
|
||||
|
||||
Abbreviated as TDD. The practice of writing unit tests before writing your
|
||||
program. Also see unit test.
|
Loading…
Reference in New Issue
Block a user