Welcome to Mwmbl! Feel free to submit a site to crawl. Please read the guidelines before editing results.
To contribute to the index you can get our Firefox Extension here. For recent crawling activity see stats.
-
https://architectural-patterns.net/single-responsibility-principle — found via User
Single Responsibility Principle | Architectural Patterns
Single Responsibility Principle A class should have only one reason to change, meaning that a class should only have one responsibility or job. Single Res…
-
https://github.com/katerd/srp — found via Mwmbl
GitHub - katerd/srp: Single Responsibility Principle
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
-
http://bl.ocks.org/felipero/1084227 — found via Mwmbl
Bad Single Responsibility Principle Example · GitHub
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You swit…
-
http://programmers.stackexchange.com/a/232240 — found via Mwmbl
Single Responsibility Principle and higher levels of abstraction…
Two common phrasings for the Single Responsibility Principle (SRP) are "each module should be responsible for a single feature or functionality in a syst…
-
https://stackoverflow.com/q/1724469 — found via Mwmbl
Difference between Single Responsibility Principle and Separatio…
Same in principle but SoC alone doesn't appear to discourage over-separation. Overseparation isn't as bad as overcoupling, but it's bad, because it raise…
-
https://realm.io/news/donn-felker-solid-part-1/ — found via Mwmbl
S is for Single Responsibility Principle
S is for Single Responsibility Principle SOLID is a mnemonic acronym that helps define the five basic object-oriented design principles: Single Responsib…