“The Clean Code Talks” – Inheritance, Polymorphism, & Testing
Is your code full of if statements? Switch statements? Do you have the same switch statement in various places? When you make changes do you find yourself making the same change to the same if/switch in several places? Did you ever forget one?
This talk will discuss approaches to using Object Oriented techniques to remove many of those conditionals. The result is cleaner, tighter, better designed code that’s easier to test, understand and maintain.
Speaker: Misko Hevery
“The clean code talks” – Unit Testing
TDD using easy mock
April 26, 2010 | Filed Under TDD | Leave a Comment
TDD for Web UI using Selenium IDE
April 26, 2010 | Filed Under TDD | Leave a Comment
Test Driven Development (TDD) Video Tutorial
April 26, 2010 | Filed Under TDD | Leave a Comment
