Size: 627
Comment:
|
Size: 754
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
== TDD, Baby step == |
|
Line 9: | Line 11: |
== Testing == |
|
Line 10: | Line 15: |
== Collaboration == |
|
Line 15: | Line 23: |
Books | use data to make logic simple * make DSL * == Books == |
TDD, Baby step
Baby Step, Red bar / Green bar, TDD
short feedback cycle (loop)
bowling kata by robert martin
Testing
Occam's razor: eliminate intermediate layers
Collaboration
pair programming: perform outstanding with other juniors
To learn well from experts
use data to make logic simple
- make DSL
Books
- Refactoring 2/E
- Kent Beck, Test Driven Development
- Kent Beck, Extreme Programming Explained
- Kent Beck, Implementation Patterns
- Robert Martin, Agile Software Development