You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Use nameless scopes in functions to emphasize the lifetime of RAII objects
25
25
- Place source file helper functions/classes in anonymous namespaces AND declare them static, so as to avoid name/symbol conflicts across irrelevant source files
26
26
- Keep clear the separation between client and server behaviors and responsibilities
27
+
- Prefer defining one-line accessor functions that don't cause coupling inside the header file.
27
28
28
29
To suggest changes to this guide, fork the project, make amendments, submit the pull request, and partake in discussion of the changes.
0 commit comments