SGA-A / c2c

Source code for the custom app exclusive to cc, where most interactions begin and end.
MIT License
1 stars 0 forks source link

Optimize commands #18

Closed SGA-A closed 8 months ago

SGA-A commented 8 months ago

This PR removes redundant variable declarations for most commands to improve space complexity. A general rule is to remove variables that only have 1 usage, but this is flexible and depends on the context.

SGA-A commented 8 months ago

Unfortunatley I made the mistake of making changes to the original branch while the changes were taking place. Merge conflicts are occuring. As such the PR is closed and I will directly apply a commit to the main branch instead or a new PR.