Zen Programming – 2
I thought about this a long time ago with Erez:
To fully grasp structured control flow – you must first learn to program without it.
Saw it happen, with myself and with others. Only after writing some hand-written conditionals and loops in assembly, do you really learn what do they mean, and how to make the code do what you want it do.
Tags: Teaching Programming, Zen Programming
August 14th, 2008 at 11:27 am
Disagree. Cf Dijkstra, “goto considered harmful”, etc.