13004 shaares
345 private links
345 private links
91 results
tagged
softwareArchitecture
Using an ARCHITECTURE.md file next to the README and CONTRIBUTING file to make it easy for newcomers to know where the modifications should be made.
Wow I definitely need to read this on my free time !
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