mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-13 06:01:21 +00:00
update readme
This commit is contained in:
parent
4e8656908f
commit
ada426aae6
@ -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…
x
Reference in New Issue
Block a user