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

Improve objects' immutability #14

Merged
merged 15 commits into from
Nov 2, 2022
Merged

Conversation

michael-rubel
Copy link
Owner

About

  • Makes it impossible to mutate internal value using the object's constructor;
  • Adds beforeParentCalls method to make it possible to hook before parent calls.

@michael-rubel michael-rubel added the enhancement New feature or request label Nov 2, 2022
@michael-rubel michael-rubel self-assigned this Nov 2, 2022
@michael-rubel michael-rubel merged commit 34e514c into main Nov 2, 2022
@michael-rubel michael-rubel changed the title Improve objects immutability Improve objects' immutability Nov 2, 2022
@michael-rubel michael-rubel removed their assignment Nov 3, 2022
@michael-rubel michael-rubel deleted the improve/objects-immutability branch November 6, 2022 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Values object must be immutable
1 participant