Test-Driven Development (Origin)
- Watch Ian Cooper - TDD, Where Did It All Go Wrong
- Read TDD by example
- Study the
Part I: The Money Example
- Exercise: repeat with Ruby
- Study the
- Watch Sandro Mancuso - Does TDD Really Lead to Good Design?
- Read Growing Object-Oriented Software, guided by tests
- Chapter 1: What is the point of Test-Driven Development?
- Chapter 2: Test-Driven Development with Objects
- Chapter 4: Kick-Starting the Test-Driven Cycle
- Chapter 5: Maintaining the Test-Driven Cycle
- Unit Tests
- Read Chapter 9: Unit Tests of Clean Code
- Watch The Clean Code Talks - Unit Testing
- Read Effective Unit Testing
- Part 1: Foundations
- Part 2: Catalog
- Read desirable properties of tests
- Watch the video playlist
- Watch Sandro Mancuso doing Bank Account kata. Repeat in Ruby