ansaurus

tags:

  • error-handling
  • quality

views:

40

answers:

2
Q: 

Quality standards in Error reporting?

It seems not good for me, reporting errors like 'General Error: '+....,

Is there any quality standard in error reporting for developers to follow?

A: 

Check:

  1. Exception Handling Best Practices in .NET
  2. User Friendly Exception Handling Strategies
  3. Microsoft Application Blocks for .NET - Exception Management Application Block Overview
  4. User Friendly Exception Handling
abmv  2009-05-14 09:49:33
A: 

Hey.

  1. https://bugzilla.mozilla.org/page.cgi?id=bug-writing.html
  2. http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
  3. http://testobsessed.com/wordpress/wp-content/uploads/2007/01/webr.pdf
yoosiba  2009-11-04 01:06:31

related questions

Never produce to an unknown pathway, in software too? [Toyota principle]
What is the best way to collect/report unexpected errors in .NET Window Applications?
What are the principles guiding your exception handling policy?
Exceptions: Is this a good practice?
How would you get the Sql Command objects for a Given TableAdaptor and SqlDataAdaptor in C# (.NET 2.0)
How to catch all exceptions in Flex?
Sql Server 2005 error handling - inner exception
Error handling in BASH
How to capture crash logs in Java
Php function argument error suppression, empty() isset() emulation
Print stack trace information from C#
How do you manage your app when the database goes offline?
Can I detect and handle MySQL Warnings with PHP?
How to catch unhandled exceptions when using .NET Remoting
Error handling / error logging in C++ for library/app combo
How to Catch an exception in a using block with .NET 2.0?
How to catch SQLServer timeout exceptions
.NET - Throwing Exceptions best practices
How do I log uncaught exceptions in PHP?
What's the best way to report errors from a SharePoint workflow?
Is there a method for handling errors from COM objects in RDML?
How do you log errors (Exceptions) in your ASP.NET apps?
Using unhandled exceptions instead of Contains()?
Global Exception Handling for winforms control
Reducing duplicate error handling code in C#?
The questions, topics and answers come from serverfault.com, stackoverflow.com and superuser.com, and are licensed under the cc-wiki license.
© 2010 Chad Scira / icodeforlove