mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
move browser actions to destination submod level
This commit is contained in:
parent
33d8746ca3
commit
6030df6328
17 changed files with 83 additions and 81 deletions
|
|
@ -170,9 +170,7 @@ Quick start guide and maintenance protocol
|
|||
* massive structures
|
||||
* structures with implementation
|
||||
* Every module must:
|
||||
* encapsulate it members: compose childs and stay composable for parents
|
||||
* access 1 level of childs, never parents (e.g. through `super`)
|
||||
* if some feature require new global data type, it must be implemented as the local or external `crate` extension
|
||||
* encapsulate members - use objects, not static names (unlike native GTK actions API)
|
||||
* implement only one public API `struct` per file (same as one file for one class)
|
||||
* implementable `struct` is public, where it members - private
|
||||
* contain main `struct` implementation:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue