Unit Testing Video Series
A couple of months ago, I ran another video series at work, this time about unit testing. Honestly, this one was less interesting than the design video series. But this shouldn’t be a surprise; designers tend to be more interesting speakers, and pictures tend to be more engaging that lines of code.
The series followed the Clean Code Talks by Misko Hevery
There were four in the series, and you can find them all on YouTube
- The Clean Code Talks - Unit Testing
- The Clean Code Talks - Global State and Singletons
- The Clean Code Talks - Don’t Look for Things!
- The Clean Code Talks - Inheritance, Polymorphism, and Testability
Although I am doing test driven development, I learned a lot, and have been very interested in programming without nulls.