Slide 12
Slide 12 text
Confidential
12
©Showcase Gig
atomic design (atom, molecule 4/4)
atomic design:
- Composition is important
- Without fine-grained component, complex composition is nearly impossible.
functional programming:
- i.e. complex function: f = g . h . i . j (. is function composition)
- As long as g, h, i, j are simple, both unit test and maintenance will be simple.
then
- Composition is important for both atomic design and functional programming
- Composition is important for solid principle.
o of solid (open closed principle)
- extension ok, modification ng