Monthly Archive for August, 2010

Apple device charging

Cool article that shows you how to get your regular USB charging device to charge those god damned Apple i-thingies.

Documentation Driven Development

Interesting post from a mono hacker about taking Test Driven Development to the next level, Documentation Driven Development. I like it, at least in theory. It definitely sounds like a great way to approach development from a mind-set perspective, if not actually from a practical perspective.

So a standard workflow looks something like this:

  1. Write guide for feature A
  2. Write unit tests for feature A
  3. Implement feature A
  4. Eat Burrito
  5. Write API docs for feature A
  6. Update tests with issuelets discovered while writing class docs
  7. Update feature A