What tales of horror have you regarding "whitespace" errors?

Posted by reechard on Programmers See other posts from Programmers or by reechard
Published on 2011-01-16T10:26:14Z Indexed on 2011/01/16 10:59 UTC
Read the original article Hit count: 190

I'm looking for tales of woe such as companies, websites and products failing, religious flamewars, data loss. Examples:

  • text editor settings conflicts indent at 4 tabs at 8 vs. indent at 2 tabs at 4
  • windows line endings vs. unix line endings, text vs. binary files, source code control

related terms:

"line feed" "carriage return" "horizontal tab" "mono spacing" "unix line endings" "version control" "diff" "merge" "ftp"

© Programmers or respective owner

Related posts about version-control

Related posts about operating-systems