#clean-code
Read more stories on Hashnode
Articles with this tag
LCOM(Lack of cohesion in methods) measures cohesion of a class. It’s the sum of set of methods not shared via sharing fields and the formula is...
If your classes are designed this way, you are doing it wrong. You are not reusing the interface. The interface is not specific. These are all...