How did you get good practices for your OOP designs?
- by Darf Zon
I realized I have a difficulty creating OOP designs. I spent many time deciding if this property is correctly set it to X class.
For example, this is a post which has a few days: http://codereview.stackexchange.com/questions/8041/how-to-improve-my-factory-design
I'm not convinced of my code. So I want to improve my designs, take less time creating it.
How did you learn creating good designs? Some books that you can recommend me?