Why I Always Treat Warnings as Errors
Stop putting off til tomorrow what you should be doing right now
“Why is this breaking?” — a new dev on the team
On one of my teams, a new dev was baffled why his code was resulting in a compiler error. I came over and looked at the error.
The using directive for…