summaryrefslogtreecommitdiffhomepage
path: root/doc/cpp_style.md
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-01 20:01:07 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-01 20:01:19 +0100
commitb70c453c4c45d94ec543107f67d7ddc3045b51f2 (patch)
tree6d4d830dfa829b274539b9876373e2182b0bf4c5 /doc/cpp_style.md
parentdb4b709911c974f4cdbfdc6fd59a86be174b8464 (diff)
chore: move cpp_style to style/
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'doc/cpp_style.md')
-rw-r--r--doc/cpp_style.md14
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/cpp_style.md b/doc/cpp_style.md
deleted file mode 100644
index ebb8210..0000000
--- a/doc/cpp_style.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# Nectar C++ Style Guide:
-
-## The Basics!
-
-Nectar uses the Google C++ Style. But applied to low-level systems. We use C++20 and later throughout all of our stack. As we keep iterating over time we will amend this document.
-
-## Privilege Containers and Templates and ZOA over C with Classes.
-
-Nectar doesn't limit itself to a C++ paradigm, as we may find fitting solutions by exploring other patterns.
-
-### References:
-
-- Google C++ Style.
-- Zero Overhead Abstraction.