- Fixed up some style issues

- Added PLANNING.md
This commit is contained in:
2025-06-13 01:44:48 -04:00
parent e50cfb6e64
commit fae7f601c9
6 changed files with 211 additions and 6 deletions

View File

@@ -61,6 +61,8 @@ fennec Standards:
In the case of global functions, helpers should be placed in a similarly named file in a subdirectory and namespace called `detail`.
Helper functions should be documented with C-Style comments, however it is not necessary to provide Doxygen documentation.
- **DO NOT USE C++ EXCEPTIONS** they will not be supported because they are shit. No, I won't elaborate.
<br>
The C++ stdlib is reimplemented in the fennec engine.