SOLID is an acronym for 5 rules that make software development easier and flexible, readable and easy maintanable.
- Introduction
- Single Responsibility Principle
- Open-Closed Principle
- Liskov Substitution Principle
- Interface Segregation Principle
- Dependency Inversion Principle
Contributions makes that the open source community be a awesome place to learn, inspire and create. All the contributions are extremely appreciated.
- Fork this project
- Create a new branch with the chore (
git checkout -b chore/improving-srp
) - Make a new commit (
git commit -m 'the most insane commit message'
) - Push it into the branch (
git push origin chore/improving-srp
) - Open a Pull Request
- Daniel Reis - Back-end Engineer and He4rt Developers Leader - @danielhe4rt