summaryrefslogtreecommitdiffhomepage
path: root/doc/style/cpp_style.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/style/cpp_style.md')
-rw-r--r--doc/style/cpp_style.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/style/cpp_style.md b/doc/style/cpp_style.md
new file mode 100644
index 0000000..ebb8210
--- /dev/null
+++ b/doc/style/cpp_style.md
@@ -0,0 +1,14 @@
+# 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.