mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
update readme
This commit is contained in:
parent
7ecc75a079
commit
6074fce1df
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ Currently, main application sources located at `src/app` folder, written by foll
|
||||||
* At this moment, all constants named with uppercase, const everything that not mutable
|
* At this moment, all constants named with uppercase, const everything that not mutable
|
||||||
* `#include` application `.hpp` files in `.cpp`. For system libraries, use headers only. Do not place system dependencies in `.cpp`
|
* `#include` application `.hpp` files in `.cpp`. For system libraries, use headers only. Do not place system dependencies in `.cpp`
|
||||||
* App interact SQLite database, where table name match related class namespace, it may contain optional feature postfix (separated with double line)
|
* App interact SQLite database, where table name match related class namespace, it may contain optional feature postfix (separated with double line)
|
||||||
* Database table fields must contain only members of their class (e.g. private and public variable values) and may include primary keys to their parent class (tables) according to the app hierarchy
|
* Database table fields must contain only members of their class (e.g. private and public variable values) and may include primary keys to their parent class (tables) according to the namespace hierarchy
|
||||||
|
|
||||||
### Environment
|
### Environment
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue