Hacker News new | ask | show | jobs
by drsim 5026 days ago
I've been using NCrunch for some time now, and really enjoy the instant feedback it gives on failed tests. It constantly chugs away in the background like a faithful dog.

I can see things like Instant C# meaning I have to build less: a great productivity enhancer.

2 comments

There's lots of places we can take this, which is why I categorize it as a research project.

Being able to create unit tests from this, or being able to look at calls from unit tests here has definitely been on my mind. The way you enter the "test code" right now is not ideal in the slightest as I talk about in my post.

That NCrunch is pretty awesome. Never seen that. I'm currently running TestDriven.Net every 5 minutes. Installing now :) Thanks for posting.