Search code examples
Dealing with inheritance hierarchy because of Open-Closed Principle...

classinheritancesolid-principlesopen-closed-principle

Read More
How to unit test a method that is having multiple object creation in switch statement? How to Mock t...

unit-testingtddmoqsolid-principlesseparation-of-concerns

Read More
Liskov substitution principle violation...

oopsolid-principlesliskov-substitution-principle

Read More
SOLID principles or none SOLID...

asp.netvb.netsolid-principlesdesign-principles

Read More
Achieve Open-Closed Principle (SOLID) Using Interface...

phpoopdesign-patternssolid-principlesopen-closed-principle

Read More
How to build the ViewModel in MVVM not to violate the Single Responsibility Principle?...

wpfsilverlightmvvmsolid-principles

Read More
What is Trivial Abstraction (Leaky abstraction Context)...

abstractionsolid-principles

Read More
How to handle dependency injections in a full OO applications...

phpoopdependency-injectionsolid-principles

Read More
In the implementation of my interface A I want to return an instance of type interface B...

javaoopdesign-patternsarchitecturesolid-principles

Read More
Practical question about SOLID programming practises...

solid-principlesdependency-inversion

Read More
What does "Client" mean when referencing SOLID principles?...

solid-principles

Read More
Example of the Object Calisthenics First Class Collection rule in C#?...

c#oopdesign-patternssolid-principles

Read More
Building complex data class...

c#design-patternsinversion-of-controlfactorysolid-principles

Read More
How to keep a big SOLID project manageable?...

.netdesign-patternssolid-principlesdesign-principles

Read More
Is this considered low coupling & high cohesion? Any chance to improve?...

javasolid-principlesloose-couplingcohesion

Read More
Adapter Pattern vs Liskov Substitution...

design-patternsadaptersolid-principlesliskov-substitution-principle

Read More
Cyclic depenency: IVisitor and Datas...

c#.netsolid-principlesvisitor-patterncyclic-dependency

Read More
Object reference not set to an instance of an object - Multiple Projects (MVC)...

asp.net-mvc-5entity-framework-6solid-principlesentity-framework-migrations

Read More
Write programs that do one thing and do it well...

solid-principlessingle-responsibility-principleyagni

Read More
How to solve this design problem: Inheriting from class that is abstracted to a interface?...

c#oopsolid-principles

Read More
Does implementing multiple interfaces violate Single Responsibility Principle?...

ooplanguage-agnosticmultiple-inheritancesolid-principlessingle-responsibility-principle

Read More
Is the Composite Pattern SOLID?...

design-patternscompositesolid-principlesliskov-substitution-principleinterface-segregation-principle

Read More
What is mean by "Abstractions should not depend on details. Details should depend on abstractio...

oopinversion-of-controlsolid-principlesdesign-principlesdependency-inversion

Read More
Open-Close principle about new features...

c#solid-principlesopen-closed-principle

Read More
Design pattern for default implementation with empty methods...

design-patternsadaptersolid-principlesnull-object-patterninterface-segregation-principle

Read More
[Laravel]: How do I dependency inject into an abstract class extended by other classes(jobs)...

phplaraveldependency-injectionabstractsolid-principles

Read More
JavaScript/TypeScript Array interface[] , group by type to send 1 of many functions...

javascriptarraystypescriptprototypesolid-principles

Read More
One interface per table/class asp.net webapi...

asp.net-mvcoopasp.net-web-apisolid-principles

Read More
Code Contracts and Inheritance(Precondition on overridden method)...

c#.netcode-contractssolid-principlesliskov-substitution-principle

Read More
How to use async code when previous implementation was synchronous...

c#interfacesolid-principlesobject-composition

Read More
BackNext