Avoid Common Object Oriented Programming Pitfalls
What will we cover in this tutorial? I did them myself. When you first learn about object oriented programming, you get exited about it and want to turn everything into objects. Very often it fails to make the code easier to maintain and understand. Yes, that is one core goal of creating object oriented programming, … Read more