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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
HS_AppInit()
HS_SbInit()
HS_TblInit()
Checklist
Describe the bug The only places multiple returns remain in HS are in HS_AppInit(), HS_SbInit() and HS_TblInit(). This is unnecessary.
Expected behavior Refactor to a single exit point.
Reporter Info Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered:
Fix nasa#108, Remove multiple returns from HS_AppInit(), `HS_SbInit…
80e6818
…()` and `HS_TblInit()`
166f35c
Successfully merging a pull request may close this issue.
Checklist
Describe the bug
The only places multiple returns remain in HS are in
HS_AppInit()
,HS_SbInit()
andHS_TblInit()
. This is unnecessary.Expected behavior
Refactor to a single exit point.
Reporter Info
Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered: