Skip to content

Commit

Permalink
Add extreme programming to mindmap #38
Browse files Browse the repository at this point in the history
  • Loading branch information
pintergreg committed Nov 25, 2024
1 parent 1e5f63e commit 753b51d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions lectures/mindmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,19 @@ markmap:
- possible to get feedback after each iteration
- can be rigid within an iteration

### extreme programming

- advocates frequent releases in short development cycles
- intended to improve productivity
- introduced checkpoints when new requirements can be adopted
- features
- programming in pairs
- doing extensive code review
- unit testing of all code
- not programming features until they are actually needed
- flat management structure
- considered a type of agile software development

### agile

#### manifesto
Expand Down

0 comments on commit 753b51d

Please sign in to comment.