[plt-scheme] HTDP: Testing programs
The intent is that you write test cases *before* you
write your functions. If you had done this, and your
test cases covered your program, DrScheme would
not complain at you. Bad boy! (-:
Shriram
On Tue, Aug 26, 2008 at 11:39 PM, Grant Rettke <grettke at acm.org> wrote:
> Hi folks,
>
> In HTDP beginner language on problem 2.2.1, when I evaluate it,
> DrScheme complains that "This program should be tested".
>
> is the intention that students start testing immediately, or we ill
> add tests later on?
>
> I used check-expect for now.
>
> Best wishes,
>
> Grant
> _________________________________________________
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>