diff --git a/CODINGSTYLE.md b/CODINGSTYLE.md index d1e6ce7..77ecc0a 100644 --- a/CODINGSTYLE.md +++ b/CODINGSTYLE.md @@ -22,7 +22,6 @@ There should be one class per file. // Use header in current dir #include "relative-header" ``` -`..` should be avoided within "relative" headers in the event it causes issues for packagers.
Include guards should be handled via `#pragma once`. ## Variables Variables should be camelCase and be named to make it obvious what their purpose is.