Skip to content

Commit 6f3c2ab

Browse files
committed
Merge pull request #5 from LB--/lowest-one
Pull in src readme changes
2 parents 17ebb23 + e5f9c96 commit 6f3c2ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ Style Guide & Coding Conventions
2424
- Use nameless scopes in functions to emphasize the lifetime of RAII objects
2525
- Place source file helper functions/classes in anonymous namespaces AND declare them static, so as to avoid name/symbol conflicts across irrelevant source files
2626
- 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.
2728

2829
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

Comments
 (0)