About
The single responsibility principle says that a (function or object) should ideally only do one thing.
If it ends up growing, it should be decomposed into smaller subcomponents.
The single responsibility principle says that a (function or object) should ideally only do one thing.
If it ends up growing, it should be decomposed into smaller subcomponents.