racket/collects/htdp/tests/TODO
Eli Barzilay 3bc3935fc5 renamed Test directory to tests
svn: r16801
2009-11-16 07:59:47 +00:00

25 lines
638 B
Plaintext

-----------------------------------------------------------------------------------
docs:
-----------------------------------------------------------------------------------
code:
General comment:
the word repl should disappear
guess.ss: repl, repl3,
check that the result is a symbol gives bad error message
master.ss
add close? button
hangman.ss
error messages: can we do better?
(test-error (hangman-list (lambda (x y z) x) first))
(test-error (hangman-list (lambda (x y z) x) list))
the game should be "start-once only"
-----------------------------------------------------------------------------------