关于[Domain-Driven Refactoring: Extracting Domain Services]的摘要:
In my last post, we looked at the Compose Method refactoring as a means of breaking up long methods into smaller ones, each with an equivalent level of granularity. This is the refactoring in my applications I tend to use the most, mainly because it's the simplest way of breaking up a hard-to-understand method.
原文地址: https://jimmybogard.com/domain-driven-refactoring-extracting-domain-services/