关于[Refactoring: This class is too large]的摘要:
This is a story about refactoring. It's the third item in the TDD red-green-refactor cycle[1] and it's the thing we do all the time, right? Except when we don't. I have an unruly code base which has suffered from refactoring neglect, so I've been bringing it back into line. In this article I will take a class that is too large, and make it smaller.
原文地址: https://martinfowler.com/articles/class-too-large.html