osu-particle-astrophysics / GENETIS-Test-Loop

Repository for the GA testing loop written by Ryan Debolt
0 stars 0 forks source link

Check Conventions #14

Open Ryantdebolt opened 1 year ago

Ryantdebolt commented 1 year ago

Much like the Share-Code repo, we need to maintain a convention in the code. Preferably one that is also consistent with Shared-Code.

Ryantdebolt commented 1 year ago

I found this resource for standard C++ conventions. I think it would probably be in our best interest to start with this for any code we make in C++.

https://google.github.io/styleguide/cppguide.html#General_Naming_Rules

In another note, it may be a good idea to check osc to see if we have the most up to date python and C++ versions available.