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 …
-2
votes
How to handle functions deprecation in library?
too bad you are not using .Net :(
The built in Obsolete attribute generates compiler warnings.
…
