Saturday, February 16, 2008

Did it...

Got the assertions stuff done, at least the basic stuff. The list stuff is annoying -- and not fully tested -- but should work with with builtin arrays (which, in D, are actually resizeable, sliceable, and everything you'd expect from a thorough library implementation) as well as just about any collection class that Tango contains.

The annoying part is formatting everything without taking mounds of code for it. I've got that working, aside from negation.

Now I'm working on test cases for everything else I've written. It's much easier to build stuff with Descent for an IDE and Rebuild, but still difficult enough that it's difficult to support a proper TDD model.

No comments: