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
4e8656908f
commit
ada426aae6
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ This guide in process
|
||||||
* encapsulate: compose childs and stay composable for parents
|
* encapsulate: compose childs and stay composable for parents
|
||||||
* access 1 level of child API, never parents (e.g. through `super`)
|
* access 1 level of child API, never parents (e.g. through `super`)
|
||||||
* implement only one `struct` (same as one file for one class)
|
* implement only one `struct` (same as one file for one class)
|
||||||
* `struct` is public, where members - private
|
* implementable `struct` is public, where 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