mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
update readme
This commit is contained in:
parent
71877d9fbe
commit
4191227db4
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ Guide and protocol draft
|
||||||
* encapsulate it members: compose childs and stay composable for parents
|
* encapsulate it members: compose childs and stay composable for parents
|
||||||
* access 1 level of childs, never parents (e.g. through `super`)
|
* access 1 level of childs, never parents (e.g. through `super`)
|
||||||
* implement only one public `struct` per file (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
|
* implementable `struct` is public, where it members - private
|
||||||
* contain main `struct` implementation:
|
* contain main `struct` implementation:
|
||||||
* at least one constructor that must return:
|
* at least one constructor that must return:
|
||||||
* unwrapped main `Self` structure
|
* unwrapped main `Self` structure
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue