Web Development Resources: Difference between revisions
add principles |
add semantic UI and bootstrap |
||
Line 1: | Line 1: | ||
== Web Design == | |||
; [http://semantic-ui.com/ Semantic UI] | |||
; [http://getbootstrap.com/ Bootstrap] | |||
== Principles == | == Principles == | ||
Revision as of 20:16, 30 April 2016
Web Design
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