Monday, December 29, 2008

Tetris in Microsoft Small Basic

Tetris for Small Basic: link

(if that link doesn't work, try this: link)

Wiki page: link

Online version: link

Friday, December 12, 2008

Idea for Design by Contract and Unit Testing

One attribute of DbC that would be nice to have in the Unit Testing world is the localization of the test to the method it's testing. ...

click here for article

Thursday, January 3, 2008

How to use NUnit to test native C++ code


Article published: <link>

Old article link, in case the above doesn't work: <link>