software-principles
There are 13 repositories under software-principles topic.
ColoredCow/resources
Best practices, tools, and processes we follow in ColoredCow.
NimeshPiyumantha/Software-Principles
This is to demonstrate Software Principles Implementation.
saddamhossain/DependencyInversionPrinciple
Contains clear examples and explanations of DIP of SOLID design principles.
saddamhossain/InterfaceSegregationPrinciple
Contains clear examples and explanations of ISP of SOLID design principles.
saddamhossain/LiskovSubstitutionPrinciple
Contains clear examples and explanations of LSP of SOLID design principles.
saddamhossain/OpenClosedPrinciple
Contains clear examples and explanations of OCP of SOLID design principles.
saddamhossain/SingleResponsibilityPrinciple
Contains clear examples and explanations of SRP of SOLID design principles.
Night-Owl-Labs/Software-ilities
🔴 In software engineering, "-ilities" refer to quality attributes that determine the performance and maintainability of software systems.
Night-Owl-Labs/Software-Principles-Collection
🟡 A growing curated collection of foundational software principles, featuring links to repositories that delve into key concepts like OOP, SOLID, and more.
ulasgulhan/Software-Principles
This repository is where I explain and demonstrate software principles.
mrchristensen/DesignPatterns
A collection of examples and use cases of best design patterns and principles (such as the abstract factory method, observer pattern, adapter pattern, dependency injection, etc.)
xoraus/DesignPatterns101
A Comprehensive Guide to Design Patterns in Java