CS icon indicating copy to clipboard operation
CS copied to clipboard

Fix #84, Remove side-effects and superfluous initializations

Open thnkslprpt opened this issue 1 year ago • 0 comments

Checklist

Describe the contribution

  • Fixes #84
    • updates a couple of generic types to their typedefs
    • removes superfluous initializations (converts them to simple declaration/definition)
    • adds Status/Result variable to remove side-effects inside conditionals where it makes sense

Testing performed GitHub CI actions all passing successfully (incl. Build + Run, Unit/Functional Tests etc.).

Expected behavior changes No change to behavior. Code will be more readable, clearer and easier to maintain.

Contributor Info Avi Weiss @thnkslprpt

thnkslprpt avatar May 31 '23 02:05 thnkslprpt