8471 shaares
203 private links
203 private links
48 results
tagged
softwareArchitecture
I can't say this enough.
You will read code more than you write code.
Learn to get good at it.
Principles :
- Incremental improvement
- Reuse what exists (Don't reinvent the wheel principle)
- Five Whys
- Keep it simple stupid (KISS principle)
- Perfect is the enemy of good enough (or make it works, make it right, make it fast)
- Postpone complexity : "premature optimization is the root of all evil" - Donald E. Knuth
Sort the components into :
- Atoms
- Molecules
- Organisms
- Templates
- Pages
Bien expliqué :)
Introduction à C4
I put it on the heap for some time or other
Un bon podcast sur les MPA (Multi Page Application) et les SPA (Single Page Application) :)
Un mémo des différentes relations possibles