I have two development modes:
1. Extreme TDD mode: Each line of code gets a separate test
2. "Look, no Hands!" mode: Writing out an entire functionality group in one go without intermediary tests, then spend forever debugging it
1. Extreme TDD mode: Each line of code gets a separate test
2. "Look, no Hands!" mode: Writing out an entire functionality group in one go without intermediary tests, then spend forever debugging it