Skip to content
New issue

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

cleanup global variables #10

Closed
2 tasks done
stevenhoving opened this issue Mar 10, 2018 · 2 comments
Closed
2 tasks done

cleanup global variables #10

stevenhoving opened this issue Mar 10, 2018 · 2 comments
Assignees

Comments

@stevenhoving
Copy link
Owner

stevenhoving commented Mar 10, 2018

The entire code base is riddled with global variable to keep track of 'state'.

  • Add g_ prefix all the global's.
  • Move globals into structs and create a single runtime model to store them.
@stevenhoving
Copy link
Owner Author

In progress, but mainly on the side. Because everything has been copy pasted everywhere its hard to see its head or tail.

@stevenhoving stevenhoving self-assigned this Sep 7, 2018
@stevenhoving
Copy link
Owner Author

completed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant