You don't exist, go away

IBM Developerworks has a good article about error checking and how programmers and designers need to be careful to ensure that the checks they make are checking for not only probable answers or situations but also possible. Imagine a web form asking for the name of the President of the US when you were born. The form asks for the middle name, but denies input when you enter "S" as President Truman's middle name.

There is comment that the author gives companies their own customer comment line when they ask for a phone number. I've been known to use the same technique for email addresses.

Error checking in general is an interesting area. I was party to a conversation not long ago about some reports my team produced. The comment was made that there was no way to error-check the reports. There are many ways including writing a second report to aim to produce the same results in a different way, or the opposite results. There are nearly always cost and time effective ways to double check reports.

No votes yet

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Link to Amazon products with: [amazon product_id inline|full|thumbnail|datadescriptor]. Example: [amazon 1590597559 thumbnail] or [amazon 1590597559 author]. Details are on the Amazon module handbook page.
  • Twitter-style @usersnames are linked to their Twitter account pages.
  • Twitter-style #hashtags are linked to search.twitter.com.
  • Allowed HTML tags: <a> <b> <dd> <dl> <dt> <i> <li> <ol> <u> <ul><p> <img> <table> <tr> <td><strong><em><sup><div><fn><h1><h2><h3><h4><blockquote><img style="">
  • Use [fn]...[/fn] (or <fn>...</fn>) to insert automatically numbered footnotes.
  • You may insert videos with [video:URL]
  • Lines and paragraphs break automatically.
  • Web page addresses and e-mail addresses turn into links automatically. (Better URL filter.)
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.

More information about formatting options