Unkind programmers…
October 9, 2008
The other day, while going through a Twisted tutorial, I stumbled upon this:
user, status = line.split(':', 1)
user = user.strip()
status = status.strip()
Heh, we programmers don’t take the user seriously, do we?