Browse by Tags

All Tags » Noda Time » Design (RSS)

The perils of conditional mutability

This morning I was wrestling with trying to make some Noda Time unit tests faster. For some reason, the continuous integration host we're using is really slow at loading resources under .NET 4. The unit tests which run in 10 seconds on my home laptop...
Posted by skeet | 6 comment(s)
Filed under: , ,

Subtleties in API design - member placement

Noda Time is nearing v1.0, which means I'm spending more time writing documentation than code. It also means reviewing the APIs we've got with a critical eye - whether that's removing extraneous members, adding useful ones, or moving things...
Posted by skeet | 38 comment(s)
Filed under: , ,