Log in

View Full Version : C++ coding/style guidelines


connor.worley
03-05-2016, 23:22
https://github.com/Team5499/frc-cpp-guidelines

I've started to write up some guidelines for C++ in FRC, as my team intends to switch to C++ next year, and wanted to share with the public. Pull requests are welcome!

AustinSchuh
03-05-2016, 23:54
We've been following Google's C++ style guide.

connor.worley
04-05-2016, 00:02
We've been following Google's C++ style guide.

This has evolved a bit over the years from Qualcomm -> 968 -> 1538 -> 5499. Some detail has been removed.