- https://google.github.io/styleguide/cppguide.html#Reference_Arguments - something to consider as a convention
- https://google.github.io/styleguide/cppguide.html#sizeof - agree auto:
- https://google.github.io/styleguide/cppguide.html#auto "Programmers have to understand the difference between auto and const auto& or they'll get copies when they didn't mean to."
- https://google.github.io/styleguide/cppguide.html#thread_local- something to consider when declaring variables for one thread only
- https://google.github.io/styleguide/cppguide.html#Braced_Initializer_List - might be useful for cleaner syntax
- https://google.github.io/styleguide/cppguide.html#trailing_return - might be cleaner syntax
- https://google.github.io/styleguide/cppguide.html#Ownership_and_Smart_Pointers - unique_ptr useful?
-
-
Save rfairley/e26ed6c2f0f05f92159aa8b668664699 to your computer and use it in GitHub Desktop.
style-guide-notes.md
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment