From f2148830bb8817bdc012a75ad00c1aac9585068f Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 21 Jan 2026 02:56:11 +0100 Subject: [PATCH] Add more guidelines --- Coding-Guidelines.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Coding-Guidelines.md b/Coding-Guidelines.md index f807723..11fcb4b 100644 --- a/Coding-Guidelines.md +++ b/Coding-Guidelines.md @@ -28,6 +28,10 @@ Release tags are prefixed with `v`. # C++ Guidelines +## Abbreviations/Acronyms + +Abbreviations and acronyms shall be formatted like: `Http_server`. + ## Namespaces Namespaces shall be named using PascalCase, for example `namespace Art::Seafire`.