community-effort

A public open source HtmlHelper repository for sharing "controls"

After using the MVC framework for a little while now I must say I love it, but in my opinion there has always been one thing that poops on the MVC party cake. The lack of good, reusable and portable "controls". This is where the HtmlHelpers should kick in. After reading this blog post I started thinking about what exactly I’m expectin...

How to report the effect of TDD

I am trying to become more familiar with test driven approaches. But I am embarrassed because I have to report the effect of TDD. I should report on the UT result to the superior. (I reported value of bugs, when I enforced UT(unit test).) But I can not obtain the UT(unit test) result if I try TDD. Please let me know how to report the e...