How did you get good practices for your OOP designs?
Posted
by
Darf Zon
on Programmers
See other posts from Programmers
or by Darf Zon
Published on 2012-01-29T20:35:29Z
Indexed on
2012/09/06
9:49 UTC
Read the original article
Hit count: 313
design
|object-oriented
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?
© Programmers or respective owner