View Single Post
Old 07-23-2012, 02:39 AM   #6
Manichean
Wizard
Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.
 
Manichean's Avatar
 
Posts: 3,130
Karma: 91256
Join Date: Feb 2008
Location: Germany
Device: Cybook Gen3
Quote:
Originally Posted by shotsky View Post
Maybe the software could detect an attempt at something such as -'input-default' and either suggest the correct format, or just USE it and do the correct thing? Software that simply refuses to funtion, or tells you 'you are stupid, you did it wrong' without telling you what is right, is just a waste.
Having done quite a bit of user input parsing in the past few years, I can tell you that it's very nontrivial to find where syntax errors in user input are, let alone correct them. You have to keep in mind that there are at least as many ways to make an error in a given input as there are users of the software. As for correcting the error, the software would have to know the intention of the user. I believe it's better do do nothing and error out than have the software do something the user didn't want it to do and potentially break data in the process.
Manichean is offline   Reply With Quote