??? 07/05/05 12:07 Read: times Msg Score: +1 +1 Good Answer/Helpful |
#96600 - I have one more ... Responding to: ???'s previous message |
To all these nice pieces of advice, I would add one very common and important:
Keep the tracking of the changes you make in the program. First try to find the bug in these parts. My experience is that most of the bugs originate from recently developed program parts. Or that new parts are not quite in accordance with the previously written routines. Many times I found error by using the Compare-files feature of the editor. By comparison of the newest version and an older one. The better the software is documented, the easier it will be to debug. Good comments are of a great significance. Put them in the course of development, not when the work is (believed to be) finished ! Slobodan |