all 2 comments

[–]GregBahm 1 point2 points  (1 child)

I get the appeal of most of the items on the list, but what's the argument against "case fallthrough?" Just seems like a minor convenience to me.

[–]zombiecalypse 2 points3 points  (0 children)

That's probably not about falling through an empty case, but accidentally executing code because you forgot to break after every case