You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
Split up CFE_TBL_Register, and try to simplify control flow and conditional logic a bit - it currently stands at 223 lines and several dozen combinations of conditional branches...
Checklist
Describe the bug
CFE_TBL_Register()
#2387Expected behavior
Split up
CFE_TBL_Register
, and try to simplify control flow and conditional logic a bit - it currently stands at 223 lines and several dozen combinations of conditional branches...Also aim to remove/reduce the multiple returns.
Will make testing and future maintenance easier.
Reporter Info
Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered: