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
Checklist
Describe the bug A few cases of consecutive, mutually exclusive status checks in CS.
Code snips
CS/fsw/src/cs_init.c
Lines 64 to 71 in ed72e15
Lines 112 to 120 in ed72e15
Expected behavior Combine into if/else constructs - clearer and reduces evaluations.
if
else
Reporter Info Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered:
Fix nasa#67, Combine consecutive, mutually-exclusive status checks
b21bea8
0512e34
Merge pull request #68 from thnkslprpt/fix-67-combine-mutually-exclus…
ebd338c
…ive-status-checks Fix #67, Combine consecutive, mutually-exclusive status checks
Successfully merging a pull request may close this issue.
Checklist
Describe the bug
A few cases of consecutive, mutually exclusive status checks in CS.
Code snips
CS/fsw/src/cs_init.c
Lines 64 to 71 in ed72e15
CS/fsw/src/cs_init.c
Lines 112 to 120 in ed72e15
Expected behavior
Combine into
if
/else
constructs - clearer and reduces evaluations.Reporter Info
Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered: