One such technique is the single responsibility principle, that is, a component should ideally only do one thing.
From Martin Fowlers book "Clean Architecture" below:
Of all the SOLID principles, the Single Responsibility Principle might be the least well understood. That's likely because it has a particularly inappropriate name. It is too easy for programmers to hear the name and then assume that it means everyone module should do just one thing.
Is this something you all are open to me updating?
From Martin Fowlers book "Clean Architecture" below:
Is this something you all are open to me updating?