"...to show off the benefit of SOLID in a real-world, fully functional application
...using Slack API and Twilio API."
"SOLID, it is a set of principles for Object Oriented Design (OOD),
popularized by Uncle Bob Martin. SOLID is an acronym for:
popularized by Uncle Bob Martin. SOLID is an acronym for:
- S – SRP – Single Responsibility Principle
- O – OCP – Open-Closed Principle
- L – LSP – Liskov Substitution Principle
- I – ISP – Interface Segregation Principle
- D – DIP – Dependency Inversion Principle
No comments:
Post a Comment