Functional Programming is cool, but do you know OO?

26 Mar 2013


Functional Programming is cool, but do you know OO?

Functional programming is becoming more and more popular, and for good reasons, but now a big number of developers are bashing Object Oriented Programming. However, how much do we really know about Object Oriented Programming? Inheritance, Encapsulation and Polymorphism is OOP for kids. In this talk Sandro will be explaining many OOP/OOD principles and practices that every developer should always have in their minds before writing any line of code. You will also notice that many of these principles also apply to different programming paradigms like functional programming.