October 01, 2004

How To Write Unmaintainable Code

New code style guidelines for the masses: the naming part is particularly entertaining.

Use accented characters on variable names. E.g.

typedef struct { int i; } ínt;

where the second ínt's í is actually i-acute. With only a simple text editor, it's nearly impossible to distinguish the slant of the accent mark.

No comments: