Does the class CommaDelimLog in the following code violates single responsibility principle?...
Read MoreFunctional Programming, SRP, testability and classes with static and instance mutable fields...
Read MoreDifference between Concern and Responsibility ( ie difference between SRP and SoC )?...
Read Moreis this a good approach to create a logging system...
Read MoreWhy is a table with too many columns a smell?...
Read Morecode adherence to single responsibility principle & unit testing...
Read MoreRails SRP Modules, attr_accessible...
Read MoreAnother discussion on when a specific DTO class is required...
Read MoreClass Responsibility, Does my 'Mobile Object' class actually care that it is moving?...
Read MoreHow to define the EF connection string only once and re-use it in other projects?...
Read MorePolymorphism vs. division of responsibilities: how to avoid 'switching on type'...
Read MoreIs it bad practice for a controllers actions to have differing authorization levels?...
Read MoreAre current MVVM view model practices a violation of the Single Responsibility Principle?...
Read MoreHow to use the single responsibility principle in large wcf services?...
Read MoreiOS Child Views, SRP and custom events...
Read MorePossible flawed design of a Spring app due to a violation of the single-responsability principle (SR...
Read Morehow to install two application with one installation?...
Read MoreSingle Responsibility Principle in OOP...
Read MoreHow many methods can we reasonably put in an entity before it's considered bloated?...
Read Moreunit testing and SRP (test method scope/organisation)...
Read MoreLimiting what a user can do based on roles...
Read MoreOptional component functionality vs SRP...
Read MoreWhich part of model should handle database inserts?...
Read MoreHow to apply SRP to user interface classes?...
Read MoreSRP: Why use instance field values instead of parameters?...
Read MoreWhere should my security logic go?...
Read More