Everyone says that any method should do only one action to be as simple and clear as possible.
Better a lot small than a big one.
The question is how to properly link these methods?
To make a call to one another or to make their interaction in a separate method that will do it?
For example, in class 4 methods there is a fifth one that unites them or calls one in the other. Is there any typed approach to solving this situation? How to do it better?