Day 12 Lesson Plan
In Class
User story estimation
Reading
Do with partner:
Advanced TDD 1
- Open up IntelliJ and follow the same steps as Uncle Bob does as he goes through them in the video.
- Uncle Bob made a lot of weird steps when he was refactoring (especially many manual changes instead of using a refactoring step or an intention step). Identify as many as you can and propose better ways to do it.
- Add a test for names with a middle initial, and adjust the code to handle that case.