in reply to The art of comments: (rave from the grave)
My opinion is that good scripts are maintainable by people who know less than you about the code, don't want to learn (necessarily) to program in that language and need to update or change that script quickly. Good commenting is how this can easily be acheived.# # This next block was actually put in because # Joe Manager needed to see the output as a # webpage and not as a text mail. (Fair enough.) # The output (amid the html code) should look # something like: # # Logins User-ID Real Name # ------------------------------------ # 8 3rtulla Arthur Tulla #
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: The art of comments: (rave from the grave)
by cees (Curate) on Jul 07, 2005 at 15:18 UTC | |
by magnus (Pilgrim) on Jul 07, 2005 at 15:29 UTC |