From 53675a789ccef2d954fef01aa1f5179937f689ea Mon Sep 17 00:00:00 2001 From: tulpenkiste Date: Sun, 28 May 2023 20:03:46 +0100 Subject: [PATCH] Remove dumb line --- CODINGSTYLE.md | 1 - 1 file changed, 1 deletion(-) 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.