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

Improve readability and maintainability of the model by adhering to a style guide #243

Open
phelps-sg opened this issue May 13, 2020 · 0 comments

Comments

@phelps-sg
Copy link
Contributor

The code is currently very hard to read and understand. Readability and maintainability could be improved by refactoring the code so that it adheres to a style-guide such as https://google.github.io/styleguide/cppguide.html.

In particular, the model would be much easier to understand and maintain if variable names were refactored so that they were more descriptive. For example thread_number instead of tn.

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