Search code examples
Using the Single Responsibility Principle in the "real world"...

oopsolid-principlessingle-responsibility-principle

Read More
Does memory handling violate the Single Responsibility Principle?...

c++memorysolid-principlessingle-responsibility-principlepointers

Read More
How much OOP_Crazy should real life programmer be?...

c#oopsolid-principlesflexibility

Read More
SOLID principles and how to actually implement them...

c#dependency-injectionsolid-principles

Read More
Which is better: Acting on an object or from within an object with a dependency injected?...

phpooplaraveldependency-injectionsolid-principles

Read More
Application architecture/composition in F#...

f#inversion-of-controlcompositionsolid-principles

Read More
Refactoring if-else if - else...

c#design-patternsif-statementrefactoringsolid-principles

Read More
Does one child implementing an interface, but another not, violate the Liskov Substitution Principle...

c#design-patternssolid-principlessingle-responsibility-principledesign-principles

Read More
Dependency Injection/SOLID Worries...

c#dependency-injectionasp.net-web-apisolid-principles

Read More
Example of a AggregateRoot and single responsibility principle...

domain-driven-designcqrssolid-principles

Read More
Single responsibility principle confusion...

c#solid-principles

Read More
A very common C# pattern that breaks a very fundamental OOP principle...

c#oopencapsulationsolid-principlesdesign-principles

Read More
share entity framework interface cross projects...

c#entity-frameworktddsolid-principles

Read More
S.O.L.I.D Essentials missing points?...

c#design-patternsinversion-of-controlsolid-principlesliskov-substitution-principle

Read More
Implementing ISP design pattern in C#...

c#oopinterfacesolid-principles

Read More
Removing Convert.ToDecimal Dependency (Dependency Injection)...

c#dependency-injectionsolid-principles

Read More
PHP Strict standards: What is the non-compliance in this code?...

phpoopsolid-principlesliskov-substitution-principle

Read More
Why one controller has repository injected and the other the service...

unit-testingdesign-patternsdependency-injectionsolid-principles

Read More
Should I violate the S in SOLID or should I violate the DRY Principle?...

c#drysolid-principlessingle-responsibility-principle

Read More
Is it possible to declare complex class dependencies through Spring Component scanning?...

javaspringoopspring-annotationssolid-principles

Read More
Understanding srp principle in solid with nlayers...

c#layersolid-principlessingle-responsibility-principle

Read More
A way around instantiating sub classes in super class...

oopdesign-patternsdrysolid-principlessingle-responsibility-principle

Read More
Single Responsibility Principle: Should I separate my bibliography class in Reader, Writer and Conta...

solid-principlessingle-responsibility-principledesign-principles

Read More
SQLAlchemy: Knowing the field names and values of a model object?...

pythonjsonsqlalchemypyramidsolid-principles

Read More
Refactoring Laravel 4 App...

refactoringlaravel-4drysolid-principles

Read More
Redundancy according to SOLID...

javaoopsolid-principles

Read More
Understanding the Liskov substitution principle...

c#solid-principles

Read More
liskov substitution principle and exception handling...

c#oopsolid-principlesdesign-principles

Read More
What is the controller allowed to assume about what it recieves from a service?...

unit-testingmodel-view-controllerormtddsolid-principles

Read More
Liskov substitution Principle and Virtual Method...

c#oopsolid-principlesdesign-principles

Read More
BackNext