Computer Science / CS 0186 · Atom · ~20 seconds
Structured Programming
Video not yet published
to the StudyWalks catalog
to the StudyWalks catalog
State
Structured programming builds control flow from conditionals and loops rather than unrestricted jumps — keeping what sits inside an "if" or a loop visible in the source.
Show
A grading script whose branches nest on the page can be audited by reading.
Watch for
The jump keyword survives in low-level languages; recommended use does not.