We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Mutually exclusive logic in this if, else if, and also no final else clause which I believe is frowned upon in the coding guidelines.
if
else if
else
Code snips
to_lab/fsw/src/to_lab_app.c
Lines 203 to 215 in 7ca124c
Expected behavior Refactor into a simpler if, else block.
Reporter Info Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered:
Fix nasa#145, Refactor mutually exclusive logic in if, else if block
23a0dd1
fce77cf
Merge pull request #146 from thnkslprpt:fix-145-refactor-mutually-exc…
d64ae8d
…l-if-elseif Fix #145, Refactor mutually exclusive logic in if, else if block
Successfully merging a pull request may close this issue.
Describe the bug
Mutually exclusive logic in this
if
,else if
, and also no finalelse
clause which I believe is frowned upon in the coding guidelines.Code snips
to_lab/fsw/src/to_lab_app.c
Lines 203 to 215 in 7ca124c
Expected behavior
Refactor into a simpler
if
,else
block.Reporter Info
Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered: