The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Unit tests not Edit and Continue

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Sam Gentile

Posts: 1605
Nickname: managedcod
Registered: Sep, 2003

Sam Gentile is a Microsoft .NET Consultant who has been working with .NET since the earliest
Unit tests not Edit and Continue Posted: Oct 19, 2004 1:05 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Sam Gentile.
Original Post: Unit tests not Edit and Continue
Feed Title: Sam Gentile's Blog
Feed URL: http://samgentile.com/blog/Rss.aspx
Feed Description: .NET and Software Development from an experienced perspective - .NET/CLR, Rotor, Interop, MC+/C++, COM+, ES, Mac OS X, Extreme Programming and More!
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Sam Gentile
Latest Posts From Sam Gentile's Blog

Advertisement
As a C# MVP, I am obligated to tell you that Edit & Continue is in C# now in this build regardless of my feelings, which are the same as John Robbins here. Program logic should not be tested in the debugger. You are wasting your time and your company's time if you do so. The debugger is for intractable problems. Unit tests with the place to verify, refector and edit as you go; not the debugger. Thats why NUnit-AddIn and VS Team System are so important - that's the way to do it.

Read: Unit tests not Edit and Continue

Topic: October issue of .NETDJ's focuses on Moblity Previous Topic   Next Topic Topic: 'I'm not going to be your monkey'

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use