Skip to content

Commit 753b51d

Browse files
committed
Add extreme programming to mindmap #38
1 parent 1e5f63e commit 753b51d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

lectures/mindmap.md

+13
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,19 @@ markmap:
3131
- possible to get feedback after each iteration
3232
- can be rigid within an iteration
3333

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+
3447
### agile
3548

3649
#### manifesto

0 commit comments

Comments
 (0)