구조적 프로그래밍 기법. ---- 구조적 프로그래밍 기법으로서 OOP에서도 여전히 유용하게 이용할 수 있는 방법으로는 StepwiseRefinement 가 있다. 이는 처음 추상적인 이름으로 서술한뒤, 점차적으로 구체적인 구현부분까지 점진적으로 서술해가면서 구현해나간다. 이는 ProgrammingByIntention 과 그 맥락이 비슷하다고 할 수 있다. 이로 진행된 예는 ["ScheduledWalk/석천"] 를 참조. ---- E. W. Dijkstra Archive http://www.cs.utexas.edu/users/EWD/welcome.html Edsger W. Dijkstra/Go To Statement Considered Harmful http://www.acm.org/classics/oct95/ Notes on Structured Programming http://www.cs.utexas.edu/users/EWD/ewd02xx/EWD249.PDF What led to "Notes on Structured Programming" http://www.cs.utexas.edu/users/EWD/ewd13xx/EWD1308.PDF 다익스트라의 구조적 프로그래밍에 관련한 논문들입니다. - [eternalbleu]