Talk:Single-responsibility principle

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

I have a copy of Demarco's book Structured Analysis and Systems Specification and chased down some references to Chapter 25, page 310 where Demarco discusses Cohesion. I was unable to find any reference to "Single responsibility principle." The phrase is not in the glossary or index. While the concept is present, the words are not used. I also have Page-Jones book The Practical Guide to Structured Systems Design. This has a more thorough discussion of Cohesion. While the concept "single responsibility principle" is present, again, I do not find the phrase. I do not know the source of this phrase, but it does not seem to be from either of these two books.

(Mbkelly (talk) 02:45, 11 December 2007 (UTC))[reply]
Note by Tei: I have moved this opinion from the article here.


The name was coined by Uncle Martin but the principle was "invented" by DeMarco. -- 82.214.2.196 (talk) 14:05, 4 January 2008 (UTC) Torbjörn Kalin[reply]

The article suggests that SRP is specific to object-oriented programming. However, it is much more broad than that. 82.161.178.6 (talk) 07:35, 27 May 2014 (UTC)[reply]


Martin states clearly that he use the term to describe the concept defined by DeMarco and Page-Jones. Other authors (C. Larman, e.g.) use high cohesion or separation of concerns referring to similar principles. 63.128.77.30 (talk) 13:42, 16 March 2015 (UTC)63.128.77.30[reply]

"The term was introduced by Robert C. Martin in an article by the same name as part of his Principles of Object Oriented Design, made popular by his book Agile Software Development, Principles, Patterns, and Practices." I believe that the term was introduced in PPP in 2003. The first mention of the object-oriented commandments were in 1995, but doesn't mention it. After that, in a set of articles in ObjectMentor.com (1997) Martin discuss other principles, but not the SRP. Also there's no mention of it in the summary of 2000. 63.128.77.30 (talk) 14:57, 16 March 2015 (UTC)[reply]

"The responsibility is defined as a charge assigned to a unique actor to signify its accountabilities concerning a unique business task." This line is irrelevant for the concept defined by Martin. It's not Martin definition. 63.128.77.30 (talk) 15:01, 16 March 2015 (UTC)[reply]


"As an example, consider a module that compiles and prints a report." The following statements in that paragraph don't take into account the granularity problem of the modules. The granularity of the responsibility is relative. A module with such responsibility could be a Report Manager class, in which changes in format or printing are a single responsibility, under the reporting management perspective. Too much granularity could implies a class with a single method, but a high level view could adversely derives into a class as a program. How concrete or abstract is a main concern to this principle. How could you evaluate the correct granularity?

63.128.77.30 (talk) 13:26, 24 March 2015 (UTC)[reply]

I agree that this example is awful - it directly contradicts Robert C. Martin explanations from the above mention blog post titled "The Single Responsibility Principle". Shouldn't it be better to remove it? 121.2.187.81 (talk) 07:06, 28 January 2023 (UTC)[reply]