Search code examples
Does the class CommaDelimLog in the following code violates single responsibility principle?...


c#.netsolid-principlessingle-responsibility-principleopen-closed-principle

Read More
Functional Programming, SRP, testability and classes with static and instance mutable fields...


unit-testingfunctional-programmingfunctional-testingsolid-principlessingle-responsibility-principle

Read More
Difference between Concern and Responsibility ( ie difference between SRP and SoC )?...


design-patternsseparation-of-concernssingle-responsibility-principle

Read More
is this a good approach to create a logging system...


asp.netloggingevent-handlingsubscriptionsingle-responsibility-principle

Read More
IoC/SRP design issue...


.netoopdependency-injectioninversion-of-controlsingle-responsibility-principle

Read More
Why is a table with too many columns a smell?...


database-designoptimizationormsingle-responsibility-principle

Read More
code adherence to single responsibility principle & unit testing...


c#unit-testingsingle-responsibility-principle

Read More
SRP makes classes hard to test...


unit-testingmockingsingle-responsibility-principle

Read More
Rails SRP Modules, attr_accessible...


ruby-on-rails-3modulesingle-responsibility-principleattr-accessible

Read More
Another discussion on when a specific DTO class is required...


c#dtosingle-responsibility-principlesoc

Read More
Class Responsibility, Does my 'Mobile Object' class actually care that it is moving?...


c#oopscopesingle-responsibility-principle

Read More
How to define the EF connection string only once and re-use it in other projects?...


entity-frameworkconnection-stringado.net-entity-data-modeldecouplingsingle-responsibility-principle

Read More
Polymorphism vs. division of responsibilities: how to avoid 'switching on type'...


c#.netpolymorphismsingle-responsibility-principle

Read More
Is it bad practice for a controllers actions to have differing authorization levels?...


asp.net-mvcasp.net-mvc-3single-responsibility-principle

Read More
Are current MVVM view model practices a violation of the Single Responsibility Principle?...


wpfsilverlightmvvmviewmodelsingle-responsibility-principle

Read More
How to use the single responsibility principle in large wcf services?...


wcfsingle-responsibility-principle

Read More
iOS Child Views, SRP and custom events...


objective-ceventsios5viewsingle-responsibility-principle

Read More
Possible flawed design of a Spring app due to a violation of the single-responsability principle (SR...


springsingle-responsibility-principle

Read More
OOD and responsibility...


c#oopsingle-responsibility-principle

Read More
how to install two application with one installation?...


androidinstallationapksingle-responsibility-principle

Read More
Single Responsibility Principle in OOP...


phpoopsingle-responsibility-principle

Read More
How many methods can we reasonably put in an entity before it's considered bloated?...


oopmethodspropertiesdomain-driven-designsingle-responsibility-principle

Read More
Clean up fat rails helpers...


ruby-on-railsrubysingle-responsibility-principle

Read More
unit testing and SRP (test method scope/organisation)...


asp.net-mvcunit-testingtddsingle-responsibility-principle

Read More
Limiting what a user can do based on roles...


c#ooparchitecturemvvmsingle-responsibility-principle

Read More
Optional component functionality vs SRP...


componentssingle-responsibility-principlecoupling

Read More
Which part of model should handle database inserts?...


c#single-responsibility-principle

Read More
How to apply SRP to user interface classes?...


c#winformsdependency-injectionsingle-responsibility-principle

Read More
SRP: Why use instance field values instead of parameters?...


c#parametersinstance-variablessingle-responsibility-principlecohesion

Read More
Where should my security logic go?...


securityoopsingle-responsibility-principlerepository-design

Read More
BackNext