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
Kyle Knoepfel edited this page May 9, 2023
·
1 revision
Right const is used throughout the code base (e.g. int const over const int).
Names of variables, functions, classes, files, and CMake targets adhere to the snake case convention, where meaningful words within the same name use lower case letters separated by an underscore (_).