You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 oftn
.The text was updated successfully, but these errors were encountered: