There are some places with common utilities such as code formatting or making comments incapsulated in certain classes. But such common logic has to be used not only in certain class object.
Impossibility to use such place in other context drives to appearing of "copypaste". It had better to extract common logic to pure functions and reuse in different contexts.
There are some places with common utilities such as code formatting or making comments incapsulated in certain classes. But such common logic has to be used not only in certain class object.
Impossibility to use such place in other context drives to appearing of "copypaste". It had better to extract common logic to pure functions and reuse in different contexts.