Search Results

0
votes

What is a reasonable code coverage % for unit tests (and why)?

Generally speaking, from the several engineering excellence best practices papers that I have read, 80% for new code in unit tests is the point that yields the best return. Going above that CC% yi …
9
votes

Hidden .NET Base Class Library Classes?

String.Format(). Allows you to get rid of the wonkiness of "This" + " is" + " my favorite " + " Application"; …