[plt-scheme] testing modules
On Jun 6, 2006, at 7:21 AM, Noel Welsh wrote:
> Although I consider this style of testing to be bogus for
> real development it remains popular and several tools
> exist:
The HtDP style of testing is natural for FP and students
who haven't programmed before. It gets them into the habit
of testing and, at least here, they push up-stream instructors
if they don't tell them how to test. There is nothing
bogus about teaching testing from day 1 with this style.
-- Matthias