andyhu1007 发表于 2013-2-4 20:06:33

Composed Method and SLAP

 
     Composed Method mandates that all public methods read like an outline of the steps to perform. The actual steps are implemented as private methods. Composed method is a way of factoring your code to keep it cohesive and make it easier to spot candidates for code reuse. And TDD predisposes composed method.
页: [1]
查看完整版本: Composed Method and SLAP