uDon’t just start writing code right from the beginning.
ŘFigure out how the code should be structured.
ŘCreate necessary procedure and function headers
with no code in them.
uLittle
“stubs” of code will help you see the overall routine.
ŘUse a “code outline” to pass parts of the code to someone
else.
ŘCode will naturally be well structured and
easier to debug if something goes wrong.