📄️ Code Style Guide
This document defines the official C++ coding style for the Nextino framework. Adhering to a consistent style is crucial for maintaining code readability, reducing errors, and simplifying collaboration.
📄️ Naming Conventions
This document provides specific and detailed naming conventions for all major entities within the Nextino framework. A consistent naming scheme is one of the most effective ways to make code self-documenting and easy to understand.
📄️ Module Structure
A consistent and predictable file structure is the backbone of a scalable framework. This document defines the mandatory file and directory structure for all Nextino modules. Following this convention ensures that the framework's auto-discovery scripts work correctly and that new developers can easily navigate the codebase.
📄️ Documentation Style
Good code explains how it works. Great documentation explains why.