By mswatcher
via alisnic.github.com
Submitted: Dec 29 2012 / 13:09
I recently watched a Google tech talk called “The Clean Code Talks — Inheritance, Polymorphism, & Testing”, and I was amazed how Misko Hevery explained that (a lot of) ifs can be a smelly thing in a Object Oriented language. Being fascinated by the idea, I decided to google it, and I was surprised that if-less programming is a pretty popular topic. I noticed a response to a stackoverflow question which stated:
Add your comment