SRP
E811518
SRP is a core object-oriented design principle stating that a class or module should have only one reason to change, promoting cohesion and maintainability.
All labels observed (1)
| Label | Occurrences |
|---|---|
| SRP canonical | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T9634977 — resolving that mention is where its identity was fixed. The disambiguator weighed these candidate entities and picked the highlighted one (or “None”, minting a new entity). This is how homonymy is resolved: the same surface form can point to different entities.
Target entity: SRP Context triple: [Single Responsibility Principle, alsoKnownAs, SRP]
-
A.
SRP
SRP (Stream Reservation Protocol) is an IEEE 802.1 Audio Video Bridging (AVB) protocol that enables end-to-end reservation of network resources to guarantee quality of service for time-sensitive audio and video streams over Ethernet.
-
B.
SRSO
SRSO is the commonly used abbreviation for the Swedish Radio Symphony Orchestra, one of Sweden’s leading professional orchestras based in Stockholm.
-
C.
SRM
SRM is the commonly used abbreviation for the Sikh Rehat Maryada, the official code of conduct and conventions for Sikhs.
-
D.
SRU
SRU (Search/Retrieve via URL) is a standard web-based search protocol that enables querying and retrieving information from remote databases using URLs and XML.
-
E.
SRP Records
SRP Records is a music record label known for discovering and developing recording artists under the broader Umbrella Music Group.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
Target entity: SRP Target entity description: SRP is a core object-oriented design principle stating that a class or module should have only one reason to change, promoting cohesion and maintainability.
-
A.
SRP
SRP (Stream Reservation Protocol) is an IEEE 802.1 Audio Video Bridging (AVB) protocol that enables end-to-end reservation of network resources to guarantee quality of service for time-sensitive audio and video streams over Ethernet.
-
B.
SRSO
SRSO is the commonly used abbreviation for the Swedish Radio Symphony Orchestra, one of Sweden’s leading professional orchestras based in Stockholm.
-
C.
SRM
SRM is the commonly used abbreviation for the Sikh Rehat Maryada, the official code of conduct and conventions for Sikhs.
-
D.
SRU
SRU (Search/Retrieve via URL) is a standard web-based search protocol that enables querying and retrieving information from remote databases using URLs and XML.
-
E.
SRP Records
SRP Records is a music record label known for discovering and developing recording artists under the broader Umbrella Music Group.
- F. None of above. chosen
Statements (47)
| Predicate | Object |
|---|---|
| instanceOf | object-oriented design principle ⓘ |
| abbreviationOf | Single Responsibility Principle NERFINISHED ⓘ |
| aimsTo |
improve maintainability
ⓘ
improve readability ⓘ improve testability ⓘ promote high cohesion ⓘ reduce complexity ⓘ reduce coupling ⓘ simplify code changes ⓘ |
| alsoKnownAs | single reason to change principle ⓘ |
| appliesTo |
classes
ⓘ
components ⓘ functions ⓘ microservices ⓘ modules ⓘ services ⓘ |
| benefit |
better alignment with business rules
ⓘ
clearer responsibilities ⓘ easier refactoring ⓘ more focused interfaces ⓘ reduced side effects of changes ⓘ |
| clarifies | who the primary stakeholder of a class is ⓘ |
| coreConcept |
each software unit should have one responsibility
ⓘ
responsibilities that change for different reasons should be separated ⓘ |
| documentedIn | Agile Software Development, Principles, Patterns, and Practices NERFINISHED ⓘ |
| encourages |
designing classes around a single responsibility
ⓘ
splitting classes by reason to change ⓘ |
| fullName | Single Responsibility Principle NERFINISHED ⓘ |
| helpsWith |
avoiding god objects
ⓘ
avoiding large monolithic classes ⓘ encapsulation of responsibilities ⓘ separation of concerns ⓘ |
| introducedBy | Robert C. Martin NERFINISHED ⓘ |
| isFirstPrincipleOf | SOLID NERFINISHED ⓘ |
| originatedIn | object-oriented design literature ⓘ |
| partOf | SOLID ⓘ |
| popularizedIn | Agile software development community ⓘ |
| relatedTo |
cohesion
ⓘ
coupling ⓘ modularity ⓘ |
| states | a class or module should have only one reason to change ⓘ |
| usedIn |
clean architecture
ⓘ
domain-driven design ⓘ enterprise application design ⓘ object-oriented programming ⓘ |
| violationExample |
class handling business logic and persistence together
ⓘ
class responsible for UI, validation, and data access ⓘ |
How these facts were elicited
The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10. # Requirements - If you don't know the subject at all, return an empty list. - If the subject is not a named entity, return an empty list. - Include at least one triple where predicate is "instanceOf". - Do not get too wordy. - Separate several objects into multiple triples with one object.
Subject: SRP Description of subject: SRP is a core object-oriented design principle stating that a class or module should have only one reason to change, promoting cohesion and maintainability.
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.