mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-02-05 07:54:14 +00:00
update readme
This commit is contained in:
parent
196b82d4f5
commit
ed1cfcd187
@ -32,7 +32,7 @@ This guide in process
|
|||||||
#### `browser`
|
#### `browser`
|
||||||
|
|
||||||
* The codebase of module must be as minimal as possible: separate different tasks to submodules
|
* The codebase of module must be as minimal as possible: separate different tasks to submodules
|
||||||
* Every module or it helper must contain and implement only one `struct`
|
* Every module must implement only one `struct` (same as one file for one class)
|
||||||
* Composition modules (like box for window) stored in sub-folders and following same principles as parent
|
* Composition modules (like box for window) stored in sub-folders and following same principles as parent
|
||||||
* Every mod access 1 level of child API, never parents (e.g.`super`)
|
* Every mod access 1 level of child API, never parents (e.g.`super`)
|
||||||
* One mod = one widget. Create new mod for new widget implementation
|
* One mod = one widget. Create new mod for new widget implementation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user