Clean-Code
All articles
SOLID Principles
Five foundational object-oriented design principles that promote maintainable, flexible, and understandable …Single Responsibility Principle (SRP)
A SOLID design principle stating that a class should have only one reason to change, meaning it should …Code Smells and Refactoring
Indicators of design problems in code and systematic techniques for improving code structure without changing …SOLID Principles
Five principles of object-oriented class design formulated by Robert C. Martin. A foundational framework for …
Open source projects