-
리팩토링 : Replace Data Value with Object리팩토링 2013. 2. 3. 11:00
조건
추가데이터나 행위가 필요한 데이터 항목이 있다면
적용
해당 데이터 항목을 객체 안으로 옮기시오
참고
http://www.refactoring.com/catalog/replaceDataValueWithObject.html
'리팩토링' 카테고리의 다른 글
리팩토링 : Replace Error Code with Exception (0) 2013.02.05 리팩토링 : Replace Delegation with Inheritance (0) 2013.02.04 리팩토링 : Replace Constructor with Factory Method (0) 2013.02.02 리팩토링 : Replace Conditional with Visitor (0) 2013.02.01 리팩토링 : Replace Conditional with Polymorphism (0) 2013.01.31 댓글