Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in single-responsibility-principle

Confused about Single Responsibility Principle in the following example

Send data in multiple ways depending on how you want to send it

Write programs that do one thing and do it well

How to hide logic behind a class to improve readability of method and refactor class to follow SRP?

Single Responsibility Principle in OOP

Does the Single Responsibility Principle work in OOP?

Symfony2 Form component - violating MVC and SRP?

ASP.NET MVC: Authorization inside an Action - Suggested Patterns or this is a smell?

How Single Responsibility Principle relates to anemic/rich domain model?

Inheritance and responsibility

Does the traditional use of the controller in MVC lead to a violation of the Single Responsibility Principle?

Understanding the Single Responsibility Principle

Single Responsibility Principle: do all public methods in a class have to use all class dependencies?

Does implementing multiple interfaces violate Single Responsibility Principle?

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

Rails Model to use API instead of Database

Understanding the practical benefits of using the Single Responsibility Principle

Tell, Don't Ask and Single Responsibility - doing new things with data in a class

DDD Invariants Business Rules and Validation

Is "high cohesion" a synonym for the "Single Responsibility Principle?"