Replies: 1 comment 4 replies
-
Beta Was this translation helpful? Give feedback.
4 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.
-
Currently, property hook work like:
If the
FullName
depends on more properties, theOn{PropertyName}Changed()
list may grow unnecessary.And the property hook is hard to detect errors in compile-time if we try to rename the
_firstName
.What if we can use attributes, it can be:
Beta Was this translation helpful? Give feedback.
All reactions