On Sun, May 29, 2011 at 1:17 AM, Neil Van Dyke <[email protected]> wrote: > Doing it manually turned out to be fortunate, since Racket has > already found *five* independent (i.e., not copy&pasted) locations where the > programmers clearly intended to do "(if B E1 E2)", but instead did something > else, usually "(if B E1) E2". I won't be surprised if I find a few more by > the time all the code compiles.
One of the few code inspections that we do on the CI server for our Java and .NET systems (virtually all of our billable work) is to forbid one-armed if statements; they are always a source of trouble. _________________________________________________ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users

