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
e193240d69
commit
ecfcb1728a
1 changed files with 1 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ Currently, main application sources located at `src/app` folder, written by foll
|
|||
* One file - one class. If the file requires additional (GTK) component, this component should be placed at similar folder with same name as parent filename. So we have simple hierarchy navigation logic - from app to window, from window to it container, etc.
|
||||
* 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`
|
||||
* App interact SQLite database, where table name match related class namespace, it may contain optional feature postfix (separated with double line)
|
||||
|
||||
### Environment
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue