Switch-case fall-through dangerous?
Switch-case fall-through dangerous?
Posted Aug 31, 2018 12:34 UTC (Fri) by karkhaz (subscriber, #99844)In reply to: Switch-case fall-through dangerous? by dezgeg
Parent article: C considered dangerous
Thanks for this information! Though the use of comments seems ugly, like it would complicate the design of the compiler...compilers should be free to lex the comments out without considering the possibility that they contain interpretable information. On the other hand, I suppose comments are better than nonstandard keywords, which would tie you to using only compilers that understand them.
Posted Aug 31, 2018 19:00 UTC (Fri)
by khim (subscriber, #9252)
[Link]
Well, you could use C++, where it's standard keyword instead.
Switch-case fall-through dangerous?