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
As for another bold proposal, clang-tidy is an intersting tool to automate a large number of code modification to increade quality.
That includes initialising variables, and putting brackets for one line ifs (a change to consider regarding some confusing parts of the source code).
If you haven't used clang-tidy before, I highly encourage you to give it a try on small pieces of example code. I think that it can play an essential part for this project.
The text was updated successfully, but these errors were encountered:
As for another bold proposal, clang-tidy is an intersting tool to automate a large number of code modification to increade quality.
That includes initialising variables, and putting brackets for one line ifs (a change to consider regarding some confusing parts of the source code).
If you haven't used clang-tidy before, I highly encourage you to give it a try on small pieces of example code. I think that it can play an essential part for this project.
The text was updated successfully, but these errors were encountered: