Search code examples
Which SOLID Principles are violated?...

oopinheritancesolid-principlesdesign-principles

Read More
Domain modelling: Doing it right...

domain-driven-designsolid-principlesdomain-data-modelling

Read More
How to get all classes that implement same interface?...

c#design-patternssolid-principles

Read More
Where to register dependency injection when have multiple projects?...

c#dependency-injectionsolid-principles

Read More
Does SRP in SOLID principle lead to Lasagna Code?...

phpoopsolid-principlessingle-responsibility-principlesoftware-quality

Read More
How to separate data validation from my simple domain objects (POCOs)?...

language-agnosticseparation-of-concernssolid-principlesmodular-design

Read More
Solid Principles in OSGI...

javaooposgisolid-principles

Read More
Single Responsibility Principle Implementation...

phpdesign-patternssolid-principlessingle-responsibility-principle

Read More
Does the Service Layer classes breaks the SRP principle?...

design-patternsarchitecturesolid-principles

Read More
Liskov substitution principle and Streams...

c#oopstreamsolid-principlesliskov-substitution-principle

Read More
Architecture/Design with Interfaces (Refactoring help)...

c#architecturersssolid-principles

Read More
How to keep helper methods when using Repository pattern in Laravel 5?...

laravelrepository-patternlaravel-5solid-principles

Read More
Is SRP related to possible actions of a single class or to their implementation in it?...

c++solid-principlessingle-responsibility-principle

Read More
Dependency injection + full virtual vs interfaces...

c++tddinversion-of-controlsolid-principles

Read More
Does this break the Open/Closed Principle?...

c#oopsolid-principlesopen-closed-principle

Read More
Does overloading violate Liskov Substitution Principle?...

c++solid-principlesliskov-substitution-principle

Read More
Inversion of Control and injection of data layer dependencies in the Business Layer...

c#dependency-injectioninversion-of-controlsolid-principlesbusiness-logic-layer

Read More
Is this a Liskov Substitution Principle violation?...

c#oopsolid-principles

Read More
My first SOLID re-factoring...

c#solid-principles

Read More
Designing User related classes...

javasolid-principlessingle-responsibility-principle

Read More
Single responsability Principle and Repository...

c#design-patternsrepository-patternsolid-principles

Read More
Extending a class for debugging: public API, hidden implementation or something else?...

c++extendsolid-principles

Read More
Best way to populate an object with properties pulled from a database...

phpsolid-principlessingle-responsibility-principle

Read More
Difference between OOP basics vs SOLID?...

oopdesign-patternssolid-principles

Read More
Does Exception Java API violates Liskov Principle?...

javaoopexceptionsolid-principles

Read More
Android - Separate async http code from the activity according to SOLID principles...

androidasynchronousinterfacesolid-principlessingle-responsibility-principle

Read More
Does the traditional use of the controller in MVC lead to a violation of the Single Responsibility P...

model-view-controllersolid-principlessingle-responsibility-principle

Read More
Implementation of Single Responsibility Principle...

oopsolid-principlessingle-responsibility-principle

Read More
Understanding the practical benefits of using the Single Responsibility Principle...

c#solid-principlessingle-responsibility-principle

Read More
string.IsNullOrEmpty(myString) or string.IsNullOrWhiteSpace(myString) is not violating SRP Rule?...

c#solid-principlessingle-responsibility-principle

Read More
BackNext