"The Clean Code Talks -- Inheritance, Polymorphism, & Testing"
Google TechTalks Google TechTalks
347K subscribers
433,829 views
3.4K

 Published On Dec 4, 2008

Google Tech Talks
November 20, 2008

ABSTRACT

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

show more

Share/Embed