# 風格指南 ###### tags: `C++` - Google sytle c++ 建議 (例如命名,cpplint) https://google.github.io/styleguide/cppguide.html#cpplint - 可以用 editorconfig 統一 ---> 待研究!! https://editorconfig.org/ - The rule of five Copy constructor, Copy assignment, Destructor, Move constructor, Move assignment. https://chenlen.com/c-the-rule-of-five/