Glossary coding Term Page
Control flow
The logic that determines the order in which code executes
Core Idea
Control flow is The logic that determines the order in which code executes. It usually makes the most sense alongside Iterable, enumerate, break / continue.
Why It Matters Here
Mathbong reuses this term across python posts as shared vocabulary.