HowProgrammingWorks / CodeStyle

Code Style Guide / Code Conventions
https://youtube.com/TimurShemsedinov
MIT License
4 stars 4 forks source link

Adopt Google C++ Styleguide #1

Open aqrln opened 7 years ago

aqrln commented 7 years ago

The C++ styleguide that I, @belochub and @nechaido use for our projects (both personal and belonging to Metarhia), is the Google C++ Styleguide, and it is the code style that V8 and Node.js use too. I propose to make it the C++ styleguide that we recommend to students.