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
b2aa3af46a
commit
71877d9fbe
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue