From: Ben Giddings Date: 2005-05-07T04:20:21+09:00 Subject: Re: Typo-checking instead of static typing On Friday 06 May 2005 15:09, Ryan Leavengood wrote: > Absolutely. In fact, this should be the norm. When you consider edge cases > and a good sampling of non-edge cases, the unit test can quickly outgrow > the code being tested. > > It may seem like a lot of work, but that work continues to pay off > everytime you run the tests, especially after code changes or > refactorings. Ok, so in this case, what would the unit tests be? Ben