A brief look at c++ code style guides | Modern Cpp series Ep. 85

preview_player
Показать описание

►Lesson Description: In this lesson we are going to do a very brief look at a few coding style guides. This lesson unfortunately is not going to have a single answer as to what the best style or coding standards are, but rather encourage you to follow one (or the one your team is going to use). Following good style is going to help your teammates help you, make it easier to read your code, and can in some cases help prevent bugs.

►Please like and subscribe to help the channel!
Рекомендации по теме
Комментарии
Автор

That's a topic most other tutorials don't even mention. Thanks for bringing that up. I'm glad you are doing these series. Please keep it up.

derdere
Автор

Thank you very much Mike! Ones I found had different explanations on the subject and are mainly inconsistent. Your videos are awesome ;)

dressyfiddle
Автор

C++ Core Guidelines would be a good one to follow these days.

jamielafarr
Автор

id Software - the folks behind DOOM and Wolfenstein - have a style guide that was shared online many, many years ago. As a newbie, it's interesting to see how the "pros" do it.

davidcbeaudoin