기술관련/PM or ARCH

설계에서 중점을 둬야 하는부분

흰머리개발자 2007. 7. 19. 14:11


/ . OAOO(Once And Only Once)
.(Runs all the tests.)
..(Has no duplicated logic. Be wary of hidden duplication like parallel class hierarchies.)
.(States every intention important to the programmers.)
.(Has the fewest possible classes and methods.)