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

VASim needs minor refactoring #7

Open
jackwadden opened this issue May 11, 2017 · 1 comment
Open

VASim needs minor refactoring #7

jackwadden opened this issue May 11, 2017 · 1 comment

Comments

@jackwadden
Copy link
Owner

There is a lot of commented out "dead" code in VASim. There is also a lot of "method2()" left over from lazy feature addition and debug cycles. VASim needs a massive cleanup to make it easier to read, use, and add new functionality.

VASim also needs a cleaner way to safely manipulate automata graphs (e.g. adding edges between nodes etc...). Once added, this optimization and transformation algorithm should be refactored to use these cleaner functions.

Automata.cpp is also getting fairly bloated. It would be nice to separate out the optimizations into one file, the transformations into another file, and keep the getters/setters and other functionality inside the original file.

Feel free to propose other "refactors" that will help make the code base better.

kevinaangstadt pushed a commit to kevinaangstadt/VASim that referenced this issue Oct 19, 2017
@jackwadden
Copy link
Owner Author

Making progress on refactoring but still not complete. Changing title from MASSIVE (lol) to minor.

@jackwadden jackwadden changed the title VASim needs massive refactoring VASim needs minor refactoring Jan 24, 2018
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