Treat Warnings As Errors. I Mean It. You Need to Do This
We here on the SubMain blog love to talk about programming best practices.?Sometimes we’ll cover topics that are specific to C# or .NET as a whole. Other times, however, we write about concepts that are universal. Today’s post falls into the latter category. And I’ll start out by making a strong claim: you absolutely should treat warnings as errors when developing in .NET. Well, to be honest, that applies to virtually any platform.
The examples in this post, as usual, will be in the C# language.?But as we’ve said, the concept applies pretty much everywhere.