Single Responsibility Principle: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 6: Line 6:


* [[SOLID Principles#SOLID_Principles|SOLID Principles]]
* [[SOLID Principles#SOLID_Principles|SOLID Principles]]
* [[Cohesion]]


=Overview=
=Overview=

Revision as of 19:07, 23 December 2020

External

Internal

Overview

Robert C. Martin: Gather together those things that change for the same reason, and separate those things that change for different reasons.

Other formulation is: a class should have only a single reason to change.