summaryrefslogtreecommitdiffhomepage
path: root/doc/cpp_style.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/cpp_style.md')
-rw-r--r--doc/cpp_style.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/cpp_style.md b/doc/cpp_style.md
index 67f9800..65f8f85 100644
--- a/doc/cpp_style.md
+++ b/doc/cpp_style.md
@@ -8,3 +8,7 @@ Nectar uses the Google C++ Style. But applied to low-level systems. We use C++20
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.