From ecfcb1728a8ae071da09cfe930454a0c51b03c39 Mon Sep 17 00:00:00 2001 From: yggverse Date: Tue, 10 Sep 2024 03:53:49 +0300 Subject: [PATCH] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3757e7be..c5fec6cb 100644 --- a/README.md +++ b/README.md @@ -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