Okay, my programming class has supplied us with quick reference charts with flowcharting and pseudocoding for writing simple programs using:
a mainLoop() module
a housekeeping() module
and a finishUp() module
Those things are simple to remember, but the contents of each module, and what is done in each, and in what order are not so simple to remember. I'm 26 years old, and I already feel like a Auld Bastard trying to come up with memory aids. It's kind of embarrassing when I place a print command or a close file command in my mainLoop() module, instead of the finishUp() module.
Has anyone else been thru an intro to programming class, that perhaps had some sort of memory aid for remembering the contents and order of procedures in modules? I did a C++ class back in 1999, and had no problem remembering anything, but now that I'm older and back in class, after 8 years of updates to the subject matter (When the fuck did C++ become object-oriented, rather than procedural?!), it's becoming more difficult to remember things.
If anyone needs more information about the material I'm talking about, I'll happily supply it. Please help this dumb ass remember the shit...
