29-09-2010, 06:35 PM
I personally feel that MISRA-C: 1998 had this sorted with Rule 58.
I think good code and design does not need break statements (except in switch statements).
If you desperately need one then you can always invoke the deviation procedure!
I think good code and design does not need break statements (except in switch statements).
If you desperately need one then you can always invoke the deviation procedure!
<t></t>