Search code examples
What is an example of the Liskov Substitution Principle?...


oopdefinitionsolid-principlesdesign-principlesliskov-substitution-principle

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


javaoopcompositionsolid-principlesdependency-inversion

Read More
why using Interface as a type instead of the class itself in Java?...


javaoopsolid-principles

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
does using default methods in interfaces violates Interface segregation principle?...


javaoopinterfacesolid-principles

Read More
Does this violates open/closed principle?...


.netwebapisolid-principlesopen-closed-principle

Read More
Is it wrong for a class to call another Error Class directly?...


typescriptooperror-handlingdependency-injectionsolid-principles

Read More
Use of address function inside a contract constructor?...


ethereumblockchainsolid-principles

Read More
Why does this class hierarchy violate LSP?...


c#solid-principlesliskov-substitution-principle

Read More
Composition over Inheritance - code duplication...


oopinheritancecompositionsolid-principles

Read More
Is this breaking LSP - Post condition rule...


c#solid-principlesliskov-substitution-principle

Read More
SOLID principles: extract code in superclass...


javascriptsolid-principles

Read More
How to Implement Dependency Inversion and Interface Segregation for a Concrete Class that Needs to B...


pythonoopsolid-principlesdependency-inversioninterface-segregation-principle

Read More
Clean Code - Are output parameters bad?...


c#solid-principles

Read More
Is Dependency Inversion Necessary to Ensure Decoupling between Caller and Callee?...


pythonoopsolid-principlesobject-oriented-analysisdependency-inversion

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


javascriptsolid-principlessingle-responsibility-principle

Read More
One DAO per entity vs multiple DAO's per entity...


javascriptoopdesign-patternsdaosolid-principles

Read More
Violation of the LSP-principle using extra constructor parameters in subtypes...


pythonoopdesign-patternssolid-principlesliskov-substitution-principle

Read More
Connection between GoF Design Patterns and SOLID...


oopsolid-principlesdesign-patterns

Read More
How to use factory pattern correctly in nestjs...


nestjsfactory-patternsolid-principles

Read More
BackNext