in reply to Re: Re: best practice
in thread best practice
'GGG' is just a character string that allows me to search for it and find all my to-do notes.#GGG Add error-checking here. #GGG When in production, this line changes to $foo=2;
Also, a rough draft doesn't have good comments. It doesn't have a lot of error-checking (though you should build it in as you go.) It probably also isn't factored very well.
What a rough draft does have is good variable names. Changing variable names in mid-stream is a pain in the ass. Get your names right. If you can't name a variable neatly and succinctly, that's a clue that you don't understand what you're doing.
(The above paragraph goes doubly for function names.)
------
/me wants to be the brightest bulb in the chandelier!
Vote paco for President!
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Re: best practice
by Aighearach (Initiate) on Aug 27, 2001 at 22:24 UTC |