능률적인 프로그래머 - 프로그래머 생산성의 비밀 (요약)

개인적인 용도를 위한 간단한 요약.

다음과 같은 유틸리티를 사용해볼 수 있다.

public void doSomething(){ first(); second(); third();}
private void first() { var that = this.getSomething(); that.chop().dice(); for(var i in that) {blah(i);}}