Tagged “class design principles”

Introduction to Software Design Principles

01 Oct, 2014

Software design principles represent a set of guidelines that helps us to avoid having a bad design.

Tags:

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.