need to start commenting—and documenting!—my code properly. at least I’ve developed the habit of writing understandable code. at least to me. unlike my notes. ¬_¬
The clue to this is that you can actually plan your code beforehand, figure out that calls what, and which parameters you need before even having to decide wihich language to use. Just list all your chapters in order, and then fill in the space in between with the code. If you like you can use replace the comments with a variable.
just use a variable which updates with the status where you are in the program. (don't forget to comment in that this variable is your comment!).
then if you need a popup, you can use a stanard function which uses this variable, thus ensuring that your popups all have the same functionality.
no subject
Date: 2004-11-02 05:01 pm (UTC)Just list all your chapters in order, and then fill in the space in between with the code.
If you like you can use replace the comments with a variable.
just use a variable which updates with the status where you are in the program. (don't forget to comment in that this variable is your comment!).
then if you need a popup, you can use a stanard function which uses this variable, thus ensuring that your popups all have the same functionality.