The Daily WTF
Follow
Error'd: Sentinel Headline
Users creatively circumvent limitations in information systems by inputting unconventional data to represent missing or unprocessable information. This practice, dating back before computers, continues with the use of placeholder values like repeated digits or fictional names. Programmers attempt to prevent this, but these "idiot-proof" measures are consistently ineffective. The root cause is the omission of mechanisms for handling exceptional data states. Instead of addressing the issue directly, developers often ignore or downplay the possibility of such situations. Examples highlight various instances of users' workarounds, ranging from placeholder numbers to fictional names. A humorous anecdote describes a user's frustration with a system error. Another example showcases a seemingly unintentional data error, highlighting the unpredictable nature of such issues. The overall problem stems from a lack of system flexibility to accommodate exceptional data. The frequent occurrence of these workarounds demonstrates the need for better system design to handle diverse data inputs.