Apr 17 2010

Experimenting with Coding-As-Blogging

Category: Software DevelopmentJeff @ 08:37

In my previous post, I'm trying out a blogging experiment - making a post that consists entirely of code that you can cut and paste into your development environment.  If you want to get the maximum impact of the post, load it up in a Visual Studio project that references NUnit.Framework and try running the tests.* 

I'd love to get some reader feedback on this approach.  Does this work for you?  Can it be improved?  Do you want to see more posts like this?  Any particular topics?

 

* - You'll also need an integrated test runner like TestDriven.NET or ReSharper.  You could also use the GUI runner that comes with NUnit, but I highly recommend the investment in an integrated test runner.

Tags: