Skip to content

Instantly share code, notes, and snippets.

View DanyaIzm's full-sized avatar
💚
sudo rm -rf /*

Daniel DanyaIzm

💚
sudo rm -rf /*
  • LitcoGB
  • Esperantujo
View GitHub Profile
@wi7a1ian
wi7a1ian / oop-design-patterns.md
Last active February 1, 2024 18:06
Design patterns in object-oriented programming

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