OO Design Principles Compilation
mmiika.wordpress.com
OO Design Principles Compilation
1–10 of 14 posts
Re: OO Design Principles Compilation
#2Re: OO Design Principles Compilation
#3Re: OO Design Principles Compilation
#4Re: OO Design Principles Compilation
#5There's only one rule to OOP: All instance variables should be private.
Re: OO Design Principles Compilation
#6Re: OO Design Principles Compilation
#7following the same topic... http://www.barbarianmeetscoding.com/blog/2011/2/23/best-prac...
Re: OO Design Principles Compilation
#8This list is very useful. It's 2011 now and you have no idea how many people don't know more than half of the list.
Re: OO Design Principles Compilation
#9This list is very useful. It's 2011 now and you have no idea how many people don't know more than half of the list.
and also how many programmers are extremely effective and know perhaps none of the list.
People don't just suddenly know how to write good programs. They read materials, they write code and continue to learn from other people.
Sorry, I don't buy the myth and folklore. I used to about 3-4 years ago before I realized that many stories were hyped up.
Re: OO Design Principles Compilation
#10There's only one rule to OOP: All instance variables should be private.