Version 6 of Bad Thing

Updated 2008-12-18 16:30:17 by andy

Bad Thing: a behavior that has no (some might qualify: "easily seen") positive benefits.

For example, it can be a bad thing to mix Tcl list- and string-oriented operations against variables. Unless the developer is very careful, the program will produce unexpected and unwanted results, such as slow performance, unintended list expansion, and malformed list errors.

The common response to a bad thing is Don't do that.