diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-27 23:03:15 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-27 23:03:15 +0100 |
| commit | c64f60e1c99cb06cf31314662e243a733ac0bad9 (patch) | |
| tree | 5c6a0c74e010fd4085fadd42cd9672b00f70c6e8 /doc/cpp_style.md | |
| parent | 4761cc729d0c2fe08ac4c4c2a72020fa73ae53a9 (diff) | |
chore: codebase improvements and tweaks.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'doc/cpp_style.md')
| -rw-r--r-- | doc/cpp_style.md | 4 |
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. |
