On 8/17/07, Chris Nelson <[EMAIL PROTECTED]> wrote: > > Cool. It's a plan! > > Martin, here's one idea for how we can collaborate. Since test cases are > my favorite kind of documentation, maybe we can us them to help us get > started. Here are some different approaches we could use depending on where > things are at now:
I also think test cases is a good way to actually document the exact API. Indeed, there is nothing worst than an old documentation that should be checked over and over against the evolving code. I even saw Apache official documentation loosing sync in a way that methods being deprecated in the code were in the official tutorial. We should stay away from that pitfall... Raphaël.
