mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-02-10 10:24:13 +00:00
update readme
This commit is contained in:
parent
b2aa3af46a
commit
71877d9fbe
@ -44,7 +44,7 @@ Guide and protocol draft
|
||||
* Every module must:
|
||||
* encapsulate it members: compose childs and stay composable for parents
|
||||
* access 1 level of childs, never parents (e.g. through `super`)
|
||||
* implement only one `struct` (same as one file for one class)
|
||||
* implement only one public `struct` per file (same as one file for one class)
|
||||
* implementable `struct` is public, where members - private
|
||||
* contain main `struct` implementation:
|
||||
* at least one constructor that must return:
|
||||
|
Loading…
x
Reference in New Issue
Block a user