Tagged “SRP”

Software Design - Single Responsibility Principle

01 Oct, 2014

Single responsibility principle was introduced by Tom DeMarco in his book "Structured Analysis and Systems Specification, 1979". Robert Martin reinterpreted the concept and defined the responsibility as a reason to change. A class should have only one reason to change.

Tags:

Software Design - Single Responsibility Principle

06 Jan, 2017

Single responsibility principle was introduced by Tom DeMarco in his book "Structured Analysis and Systems Specification, 1979". Robert Martin reinterpreted the concept and defined the responsibility as a reason to change. A class should have only one reason to change.

Tags:

See all tags.