-
Archives
- July 2014
- April 2014
- January 2014
- December 2013
- October 2013
- September 2013
- July 2013
- May 2013
- February 2013
- October 2012
- August 2012
- June 2012
- May 2012
- March 2012
- January 2012
- December 2011
- October 2011
- September 2011
- August 2011
- June 2011
- May 2011
- March 2011
- February 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
Monthly Archives: July 2010
Code Contracts and Automated Testing are pretty much the same thing
Automated testing became mainstream something like 5 years ago. Nowadays, in 2010, automated testing is somehow accepted by most serious developers. Design by Contract exists for 2 decades, first supported by the Bertrand Meyer’s Eiffel language. Thanks to the recent … Continue reading
Posted in .NET Framework, .NET Fx, Tests Driven Development
10 Comments
Idea for future NDepend features (humor)
Just stumbled on this twit by Jim Holmes [:D] NDepend is wonderful. Except when it shows you the truth. Maybe it should have a “JustLieToMe” setting. In addition to Just Lie To Me, we are mulling over new other … Continue reading
Posted in Uncategorized
5 Comments
Full Coverage by Tests Driven Development (bis)
In the discussion following my last post Full Coverage by Tests Driven Development , thanks to relevant questions I had the chance to dig dipper into my thoughts. Let me elaborate a bit. So basically, if one wishes to cover … Continue reading
Posted in Uncategorized
Leave a comment
Full Coverage by Tests Driven Development
I wrote in a past post about my passion for code 100% covered by tests. High Test Coverage Ratio is a good thing, Anyway! To summarize the main motivations exposed in the post are: Using code contract coupled with … Continue reading
Posted in Full Coverage, Tests Driven Development
11 Comments
Developing Application-Wide
What ? Application-Wide ? When an application reaches a certain amount of code, the application code gets usually partitioned amongst several Visual Studio solutions. Visual Studio hosting some popular addins like Resharper or CodeRush end up slowing down. Above a … Continue reading
Posted in Application wide, Visual Studio
7 Comments