update readme

This commit is contained in:
yggverse 2024-10-02 02:21:20 +03:00
parent 71877d9fbe
commit 4191227db4

View File

@ -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