Search code examples
Does the Dependency Inversion Principle apply within application layers?...


oopsolid-principles

Read More
How to make Django Manager and Model's interactions follow the Open/Closed Principle?...


djangodjango-modelssolid-principles

Read More
Where to instantiate my classes and still adhere to SRP...


javascriptsolid-principlessingle-responsibility-principle

Read More
Abstract class design for a menu system in Unity: Static vs Dynamic Menus...


c#unity-game-engineoopgame-developmentsolid-principles

Read More
What is an example of the Liskov Substitution Principle?...


oopdefinitionsolid-principlesdesign-principlesliskov-substitution-principle

Read More
Does an additional service class violates Single Responsibility Principle?...


design-patternssolid-principlessingle-responsibility-principle

Read More
How could I use DbContext in repository for implementing dependency inversion principle in ASP.NET C...


c#.netasp.net-core-mvc.net-8.0solid-principles

Read More
In SOLID, what is the distinction between SRP and ISP? (Single Responsibility Principle and Interfac...


oopdesign-patternssolid-principlessingle-responsibility-principleinterface-segregation-principle

Read More
Private props return unmodified or losing values within the class inside scope of child class method...


javascripttypescriptthissolid-principles

Read More
How to implement SOLID principles into an existing project...


c#design-patternssolid-principles

Read More
What is the dependency inversion principle and why is it important?...


oopsolid-principlesglossaryprinciplesdependency-inversion

Read More
How does the SOLID open/closed principle fit in with Dependency Injection and dependency inversion...


c#solid-principles

Read More
Does the Single Responsibility Principle work in OOP?...


oopdesign-patternssolid-principlessingle-responsibility-principle

Read More
Are interfaces required for the Dependency Inversion Principle?...


javascripttypescriptoopsolid-principles

Read More
SOLID principles implementation for C...


csolid-principlesdesign-principles

Read More
Managing controllers for identical entity structures?...


spring-bootdesign-patternssolid-principles

Read More
Dealing with a Factory that uses both a Strategy and Repository...


phpdesign-patternsdomain-driven-designsolid-principles

Read More
Composition over Inheritance - code duplication...


oopinheritancecompositionsolid-principles

Read More
Does composition violate the D in SOLID?...


javaoopcompositionsolid-principlesdependency-inversion

Read More
Single Responsibility Principle(SRP) and my Service Class...


oopsolid-principlessingle-responsibility-principle

Read More
C# compile error trying to apply Liskov Substitution Principle...


c#.netsolid-principlesliskov-substitution-principle

Read More
Dependency Inversion Principle: is a low level module allowed to have a hidden reference to another ...


javascripttypescriptdependency-injectionsolid-principlesdependency-inversion

Read More
Is it possible to strictly comply with Liskov's principle with interfaces?...


androidkotlinsolid-principles

Read More
How to extend a class stored in the database without big consequences for the whole system?...


c++architecturesolid-principles

Read More
api_view['POST', 'GET'] against SOLID principles?...


djangodjango-rest-frameworkarchitecturesoftware-designsolid-principles

Read More
How to apply the principle of dependency inversion in the provider?...


flutterdartoopsolid-principles

Read More
Liskov substitution principle - example...


c#solid-principlesliskov-substitution-principle

Read More
Liskov Substitution Principle: Confusion about additional Functionalities of sub types...


flutterdartsoftware-designsolid-principles

Read More
How do I have a method return one of almost the same classes case to case?...


c#design-patternscoding-styleclean-architecturesolid-principles

Read More
Inject multiples interfaces is against SOLID?...


interfacesolid-principlessingle-responsibility-principle

Read More
BackNext