User Tools

Site Tools


principles:single_responsibility_principle

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
principles:single_responsibility_principle [2012-12-05 16:46] – [Principle Collections] SOLID box christianprinciples:single_responsibility_principle [2021-09-02 19:39] – old revision restored (2021-05-11 22:28) 65.21.179.175
Line 12: Line 12:
  
  
-===== Definition =====+===== Principle Statement =====
  
 There should never be more than one reason for a [[glossary:module]] to change.((compare [[http://www.objectmentor.com/resources/articles/srp.pdf|Robert C. Martin: Single Responsibility Principle]])) There should never be more than one reason for a [[glossary:module]] to change.((compare [[http://www.objectmentor.com/resources/articles/srp.pdf|Robert C. Martin: Single Responsibility Principle]]))
Line 27: Line 27:
  
 When this rule is not adhered to, one module has several tasks. If one of these tasks changes, there is the risk that this also has an effect on the other task that normally should be independent. Thus unrelated functionality may break. When this rule is not adhered to, one module has several tasks. If one of these tasks changes, there is the risk that this also has an effect on the other task that normally should be independent. Thus unrelated functionality may break.
 +
 +
 +===== Strategies =====
  
  
Line 35: Line 38:
 ===== Evidence ===== ===== Evidence =====
 /* Comment out what is not applicable and explain the rest: */ /* Comment out what is not applicable and explain the rest: */
-/*[[wiki:Proposed]]*/ +/*  * [[wiki:Proposed]]*/ 
-/*[[wiki:Examined]]*/ +/*  * [[wiki:Examined]]*/ 
-[[wiki:Accepted]] + 
-/*[[wiki:Questioned]]*/+  * [[wiki:Accepted]] 
 + 
 +/*  * [[wiki:Questioned]]*/
  
  
Line 45: Line 50:
 ==== Generalizations ==== ==== Generalizations ====
  
-  * [[principle:High Cohesion]]+  * [[principles:High Cohesion]]
  
 ==== Specializations ==== ==== Specializations ====
Line 53: Line 58:
 ==== Complementary Principles ==== ==== Complementary Principles ====
  
-  * [[principles:Principle of Locality]] 
  
 ==== Principle Collections ==== ==== Principle Collections ====
Line 76: Line 80:
   * [[wp>Separation of Concerns]]   * [[wp>Separation of Concerns]]
   * [[http://blog.8thlight.com/cory-foy/2012/08/07/thinking-differently-about-srp.html|Thinking Differently About the Single Responsibility Principle]]   * [[http://blog.8thlight.com/cory-foy/2012/08/07/thinking-differently-about-srp.html|Thinking Differently About the Single Responsibility Principle]]
 +
principles/single_responsibility_principle.txt · Last modified: 2021-10-18 22:01 by christian