Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: When writing code for end users, what operator error surprises you the most?

by blue_cowdawg (Monsignor)
on Nov 26, 2012 at 18:31 UTC ( [id://1005738]=note: print w/replies, xml ) Need Help??


in reply to When writing code for end users, what operator error surprises you the most?

I used to have a PHB who was a wizard at breaking applications. I wrote an application in Perl to allow "self service" updates of information in our LDAP directory. Once they authenticated and if they had the privileges to do so they could also add new entries and/or delete entries.

I thought the code was 100% bullet proof. Error checked every piece of data that was gathered by the UI and did "does this make sense" types of checks on groups of data. No way this can break.. right?

Enter the PHB. Within three minutes of using the app to enter new people into LDAP he managed to break the app. Fortunately the default action on error was to put up a page that said "An unfortunate turn of events have occurred resulting in an application error. Don't worry though the software author is looking into it." The module that did that would collect as much data as available and email it to me so I could see what braniac stunt PHB had done. after about two weeks of this there were enough tests in place that he couldn't break the app any more.

PHB now has a job as far separated from computers as possible. :-)


Peter L. Berghold -- Unix Professional
Peter -at- Berghold -dot- Net; AOL IM redcowdawg Yahoo IM: blue_cowdawg
  • Comment on Re: When writing code for end users, what operator error surprises you the most?

Replies are listed 'Best First'.
Re^2: When writing code for end users, what operator error surprises you the most?
by girarde (Hermit) on Nov 27, 2012 at 21:12 UTC
    That's why when the end user might possibly be someone other than me there's a ton of input validation.

    Sometimes even when it is only me.

      When it's just for me I use rude/sarcastic error messages.

      That ends up being bad when (on occasion) I convert a script I originally intended for personal use to one for general use and forget to update the error messages.

Re^2: When writing code for end users, what operator error surprises you the most?
by thmsdrew (Scribe) on Nov 27, 2012 at 20:02 UTC

    I'd want someone to break my application.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1005738]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (9)
As of 2024-04-18 09:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found