maoyuan121 / elmah

Automatically exported from code.google.com/p/elmah
Apache License 2.0
0 stars 0 forks source link

Elmah.cs Project File should use /checked+ #122

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What new or enhanced feature are you proposing?
Turning on checking for the Elmah.cs project.

What goal would this enhancement help you achieve?
I happen to agree with Jeff: 
http://jeffknutson.blogspot.com/2006/10/arithmetic-overflowsunderflows-in-c-yes.
html

While Elmah may not contain a great deal of arithmetic operations, I and
many others believe that it is best to always turn on checking in all our
C# projects and put highly performance-sensitive code inside unchecked
blocks.  We have included this in our company's internal guideline for C#
development.

Original issue reported on code.google.com by Hath...@gmail.com on 22 Jun 2009 at 2:00

Attachments: