Has anyone EVER written a switch/case statement WITHOUT forgetting `break` in their first run?
@freddy Sure. Autogenerated code: switch, tab tab, enter variable of enum type, tab tab
Everything ready.
From hand? Might be, not sure.
@freddy made worse by them not existing in go which is my primary language, then switching to c++ for my other project…
@freddy But they exist so that fall-through is possible – which will make every sane developer misread the code on the first glance (and probably the next five as well).