blob: ebb82103f4b3f84d42321d40dfc3755bbece6733 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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.
|