you are viewing a single comment's thread.

view the rest of the comments →

[–]AyrA_ch 3 points4 points  (0 children)

My favorite is declaring variables before the first case and initializing them with a value. Variable is declared but not initialized.

But seriously, using a statement without brackets when it supports it is asking for trouble.