Udacity HTML, CSS, JS Style Guide
-
A good function should follow the "DOT" rule:
- Do One Thing
-
Composition is to combine simple functions to build more complicated ones
- React builds up pieces of a UI using components.
- كل فنكشن ترجع UI
- React builds up pieces of a UI using components.
-
Declarative code vs imperative code