Web Development Resources: Difference between revisions
→Web Design: tailwindcss |
|||
Line 4: | Line 4: | ||
; [http://getbootstrap.com/ Bootstrap] | ; [http://getbootstrap.com/ Bootstrap] | ||
; [https://tailwindcss.com/ Tailwind CSS] | ; [https://tailwindcss.com/ Tailwind CSS] | ||
: [[Tailwindcss]] | |||
== Principles == | == Principles == |
Latest revision as of 14:56, 18 February 2022
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