Lack of property accessors (get, set) #46
KnightBreaker
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
|
My understanding is that this will not be supported. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Verse still lacks of getter and setter accessors.
While the intended future design is unclear, it is desired not to require fully named and re-routed getter setter methods as it just adds unnecessary boiler plate code that the library author would like to hide from the library users.
Not desired example:
Desired example:
Beta Was this translation helpful? Give feedback.
All reactions