Barbism

  1. n. Any snippet of code written in a grossly inefficient, inelegant or otherwise ignoble manner. An example is: char s[128]; memset(s,0,128); strcat(s,"foo"); See JeffN's cube for an entire wall of classics. Also see bobcat, a perfect example.