Search code examples
How to refactor two classes doing the same thing except one method to make them more OOP-friendly?...


c#oopabstractionsolid-principles

Read More
Am I following the SRP with this structure?...


c#oopsolid-principlessingle-responsibility-principle

Read More
How to get rid of unnecessary(?) code - adjusting to DRY principle...


javadrysolid-principles

Read More
Thinking in SOLID principle during the design process...


oopdesign-patternssolid-principles

Read More
Applying design patterns whilst collaborating with Facade pattern...


javadesign-patternssolid-principlesfacade

Read More
How to achieve polymorphism with the Interface Segregation Principle?...


javasolid-principlesinterface-segregation-principle

Read More
Email fallback following SOLID principles...


.netasp.net-coresolid-principlesfallback

Read More
What is the reasoning behind the Interface Segregation Principle?...


javaoopsolid-principlesdesign-principlesinterface-segregation-principle

Read More
C# - Check at compilation level arguments in the generic type constraints | ... where T : new( Foo a...


c#.net-5solid-principlesgeneric-constraintscompilation-time

Read More
interface segregation SOLID principle in Spring services...


javaspringsolid-principles

Read More
The Liskov substitution principle Invariance...


c#solid-principlesliskov-substitution-principle

Read More
How to delete all related records in angular from multiple modules...


angularangular-servicessolid-principles

Read More
Does Array.Add method violates LSP?...


c#.netoopsolid-principlesliskov-substitution-principle

Read More
incapsulation and non exposing internals vs SRP...


phpsolid-principles

Read More
Open/Closed principle query...


javasolid-principlesopen-closed-principle

Read More
Can Interface Segregation Principle be applied to Python objects?...


pythonsolid-principlesinterface-segregation-principle

Read More
How to refactor a react component that is handling too many conditions / use cases?...


reactjsdata-structuresrefactoringjavascript-objectssolid-principles

Read More
Open-closed Principle - How to refactor with arguments to providers...


c#.netrefactoringsolid-principlesopen-closed-principle

Read More
Does the "Open for extension, closed for modification" principle make any sense?...


oopdesign-patternssolid-principlesopen-closed-principle

Read More
How to create a self registering factory in Java?...


javadesign-patternssolid-principles

Read More
C# SOLID - Extend class and override/hide members without violating Open/Closed?...


c#.netsolid-principles

Read More
Cannot separate code when using DbContext...


c#asp.netentity-frameworkasp.net-coresolid-principles

Read More
About interface and extension...


javaoopsolid-principles

Read More
DDD: What kinds of behavior should I put on a domain entity?...


domain-driven-designentitysolid-principles

Read More
Dependency inversion design choice question...


javaoopsolid-principlesdesign-principlesdependency-inversion

Read More
Is the Open-Closed SOLID principle the same as Coding to an Interface?...


interfacesolid-principlesopen-closed-principledependency-inversion

Read More
Difference between the IS-A and Liskov Substitution Principle?...


oopinheritancesolid-principlesliskov-substitution-principle

Read More
Do enums violate open/closed principle Java?...


javaoopenumssolid-principlesopen-closed-principle

Read More
Do you define each business logic function of an application in separate classes in order to not bre...


ooparchitecturesolid-principles

Read More
How to go about inserting domain objects in db at start of API...


javarestjerseysolid-principlesclean-architecture

Read More
BackNext