# Structured programming > GOTO 문 같은 방식의 임의의 흐름 제어 방식 대신 구조적 프로그램 정리에서 말하는 재귀적 순차, 선택, 반복의 조합을 써서 프로그래밍하는 방식. [GOTO 문](https://wiki.g15e.com/pages/GOTO%20statement.txt) 같은 방식의 임의의 흐름 제어 방식 대신 <구조적 프로그램 정리>에서 말하는 재귀적 순차, 선택, 반복의 조합을 써서 프로그래밍하는 방식. ## See also - [Go to statement considered harmful](https://wiki.g15e.com/pages/Go%20to%20statement%20considered%20harmful.txt)