Programing/Language/C++/CodingStyle のバックアップソース(No.4)

#contents
----
*コーディング規約 [#f13497a9]

- [[Google C++ Style Guide>https://google.github.io/styleguide/cppguide.html]] - Google C++スタイルガイド原本
-- [[google/styleguide>https://github.com/google/styleguide/]] - Google スタイルガイド管理用リポジトリ
-- [[Google C++ Style Guide日本語訳>https://ttsuki.github.io/styleguide/cppguide.ja.html]] - 日本語訳

*議論 [#c143175d]

**制御 [#r17ddad2]
- goto文の使用
** 命名規則 [#d2d0bd36]
- ハンガリアン記法
- 変数名
- 関数名
** コメント [#ieebbdd1]