Any fool can write code that a computer can understand. Good programmers write code that humans can understand. - Martin Fowler
Legend:
- 🔌 promotes decoupled architecture
- 🎓 synergy with SOLID principles (ocp, srp, dip...)
▶️ runtime focused (i.e: promotes reconfiguration)- 🛠 compiletime focused
- 📝 configurable once (during initialization, usually from a config file)
- 🆕 creational pattern
- ⛓ structural pattern