We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e5f63e commit 753b51dCopy full SHA for 753b51d
lectures/mindmap.md
@@ -31,6 +31,19 @@ markmap:
31
- possible to get feedback after each iteration
32
- can be rigid within an iteration
33
34
+### extreme programming
35
+
36
+- advocates frequent releases in short development cycles
37
+- intended to improve productivity
38
+- introduced checkpoints when new requirements can be adopted
39
+- features
40
+ - programming in pairs
41
+ - doing extensive code review
42
+ - unit testing of all code
43
+ - not programming features until they are actually needed
44
+ - flat management structure
45
+- considered a type of agile software development
46
47
### agile
48
49
#### manifesto
0 commit comments