Web Development Resources: Difference between revisions
add a list of tools |
add principles |
||
Line 1: | Line 1: | ||
== Principles == | |||
; [https://en.wikipedia.org/wiki/Law_of_Demeter Law of Demeter] | |||
: given object should assume as little as possible about the structure or properties of any other objects. | |||
; [http://weblog.jamisbuck.org/2006/10/18/skinny-controller-fat-model Fat Model, Skinny Controller] | |||
== Tools == | == Tools == | ||
Revision as of 12:36, 5 April 2016
Principles
- Law of Demeter
- given object should assume as little as possible about the structure or properties of any other objects.
- Fat Model, Skinny Controller