Browse by Tags
Some Json.NET users have asked me whether it is ok to use Json.NET while it is in beta, or have asked if the a final version will be released soon because they need a recently added feature and their employer has a policy against beta software. For Json.NET the only difference between beta and final is completed documentation. Json.NET’s testing is completely automated. Approaching 400 unit tests and...
Shawn writes that you should have 100% test code coverage, Jason agrees. Tokes , a co-worker and the person who pointed these posts out to me, disagrees . I also disagree. Background I'm a strong believer in unit testing. I have used unit testing in almost every project I have been involved in for a couple of years now and each time I find I get more and more value from using them. My experience...