A way to find a class with too much responsibility is through the efferent coupling measure, also referred to as fan out complexity.
找到带有太多责任的类的一个方法就是通过传出耦合度量方法,亦指扇出复杂度。
2
These days, of course, tight coupling is out, and SOAs are in.
当然,近来紧密耦合问题已经解决了,SOA出现了。
3
Wipe out too many imports code smells by determining a class's efferent coupling using CheckStyle (or JDepend) and providing refactorings such as Move Method