bplib icon indicating copy to clipboard operation
bplib copied to clipboard

Fix #171, Remove function names from function header comments and clean up empty lines.

Open thnkslprpt opened this issue 2 years ago • 1 comments

Checklist

Describe the contribution

  • Fixes #171
    • Removes redundant and inconsistent comments (e.g. function name in function header comments).
    • There were also a few cases of unnecessary empty lines (e.g. on the last line before the closing brace of a function) and also missing empty lines (e.g. between functions) which were corrected. Some of these empty lines trigger the CI format checks.

I've left the commits separated for now to make life easier for whoever reviews this. I can squash them if/when this is ready for merge.

Testing performed None (comment and whitespace changes only).

Expected behavior changes No impact on behavior. These updates will reduce clutter and inconsistency in the code, improving readability.

Contributor Info @thnkslprpt

thnkslprpt avatar Oct 14 '22 04:10 thnkslprpt

I totally agree they make it easier to identify each function when scrolling through - added the empty ones back now.

thnkslprpt avatar Oct 21 '22 21:10 thnkslprpt