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

Rename Heap to CopyOnWrite #74

Merged
merged 1 commit into from
Mar 2, 2024
Merged

Rename Heap to CopyOnWrite #74

merged 1 commit into from
Mar 2, 2024

Conversation

DevYeom
Copy link
Owner

@DevYeom DevYeom commented Mar 2, 2024

Related Issues 💭

Description 📝

  • Rename to better reflect the functionality of propertyWrapper

Additional Notes 📚

// AS-IS
@Heap var value: Value

// TO-BE
@CopyOnWrite var value: Value

Checklist ✅

  • If it's a new feature, have appropriate unit tests been added?
  • If the changes affect existing functionality, please verify whether the above information has been appropriately described.

@DevYeom DevYeom self-assigned this Mar 2, 2024
@DevYeom DevYeom merged commit 82a9a9c into main Mar 2, 2024
1 check passed
@DevYeom DevYeom deleted the cow branch March 2, 2024 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant