Date: | Tue, 6 Apr 2004 20:58:28 +0000 (UTC) | |
Subject: | Re: Does POP11 compiler check the program for semantic or only syntactic? | |
From: | A . Sloman | |
Volume-ID: |
Apologies for not having had time to look at your SimAgent code. I am very glad to hear your problem was solved. It looks as if you are learning the advantages of incremental development and testing with lots of small steps, all of them tested immediately! It's also important to keep old tests so that they can be re-run regularly. New tests should be added to the old ones when they have settled down. All this makes debugging very much easier. (And leads to fewer bugs also.) Cheers. Aaron |