#singleresponsibilityprinciple β Public Fediverse posts
Live and recent posts from across the Fediverse tagged #singleresponsibilityprinciple, aggregated by home.social.
-
ππ¨βπ» Ah, the Single-Responsibility Principle! The golden rule of software engineering that doubles as an artisanal approach to crafting indecipherable spaghetti code ππ. Who knew that in the quest for simplicity, we'd end up with a distributed labyrinth that would make even #Daedalus blush? π€π
https://kiss-and-solid.com/blog/keep-it-simple #SingleResponsibilityPrinciple #SoftwareEngineering #SpaghettiCode #CodeQuality #HackerNews #ngated -
ππ¨βπ» Ah, the Single-Responsibility Principle! The golden rule of software engineering that doubles as an artisanal approach to crafting indecipherable spaghetti code ππ. Who knew that in the quest for simplicity, we'd end up with a distributed labyrinth that would make even #Daedalus blush? π€π
https://kiss-and-solid.com/blog/keep-it-simple #SingleResponsibilityPrinciple #SoftwareEngineering #SpaghettiCode #CodeQuality #HackerNews #ngated -
ππ¨βπ» Ah, the Single-Responsibility Principle! The golden rule of software engineering that doubles as an artisanal approach to crafting indecipherable spaghetti code ππ. Who knew that in the quest for simplicity, we'd end up with a distributed labyrinth that would make even #Daedalus blush? π€π
https://kiss-and-solid.com/blog/keep-it-simple #SingleResponsibilityPrinciple #SoftwareEngineering #SpaghettiCode #CodeQuality #HackerNews #ngated -
ππ¨βπ» Ah, the Single-Responsibility Principle! The golden rule of software engineering that doubles as an artisanal approach to crafting indecipherable spaghetti code ππ. Who knew that in the quest for simplicity, we'd end up with a distributed labyrinth that would make even #Daedalus blush? π€π
https://kiss-and-solid.com/blog/keep-it-simple #SingleResponsibilityPrinciple #SoftwareEngineering #SpaghettiCode #CodeQuality #HackerNews #ngated -
When you have names and forms,
know that they are provisional.
When you have a subsystem,
know where its functions should end.
Knowing when to stop,
you can avoid any danger.(paraphrasing DaoDeJing ch32 slightly) #separationOfConcerns #singleResponsibilityPrinciple
-
π€ Even if the Single Responsibility Principle (SRP) is simple to grasp, is it simple to apply?
π‘SPR can be challenging to apply because it requires developers to break down complex problems into smaller, more manageable units of code. Identifying and isolating responsibilities can be challenging, and if done incorrectly, it can lead to poor design decisions.
More info π§΅ π [1/2]
πΌοΈ Picture:
#SOLIDPrinciples #SOLID #SingleResponsibilityPrinciple #SRP #OOP
-
Does the #SingleResponsibilityPrinciple lead to over-architecture? Only if we misunderstand it. #SOLID https://qualitycoding.org/single-responsibility-principle/
-
That one file with hundreds of lines of code. You know the one I'm talking about.
Where did it come from? Who did that?