Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restructure PropertyModel to Have Separate Entries for Get, Set, and Init #303

Open
JasonBock opened this issue Feb 5, 2024 · 0 comments

Comments

@JasonBock
Copy link
Owner

Describe the solution you'd like
Right now PropertyModel is doing a bit too much, and it makes it harder to do some code gen parts (e.g. recalculating the MemberIdentifier). Having three properties, Getter, Setter, and Initializer, that has values specific for each accessor, would probably make some things easier to do. Shared information (e.g. Name) would stay on PropertyModel. Maybe call this new type PropertyAccessorModel.

@JasonBock JasonBock added this to the 8.1.0 milestone Feb 5, 2024
@JasonBock JasonBock modified the milestones: 8.1.0, 8.2.0 Apr 16, 2024
@JasonBock JasonBock modified the milestones: 8.2.0, 9.0.0 Jul 16, 2024
@JasonBock JasonBock modified the milestones: 9.0.0, 9.1.0 Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant