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

refactor: split makeMutable to web and native implementations #6307

Merged
merged 6 commits into from
Jul 22, 2024

Conversation

tjzel
Copy link
Collaborator

@tjzel tjzel commented Jul 22, 2024

Summary

Currently Web and Native implementations of makeMutable are bundled together and are hard to read. I split them for more clarity in the code, and also to prepare makeMutable for its further changes.

Test plan

  • Runtime tests pass.

Copy link
Member

@tomekzaw tomekzaw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. We could rename makeMutableUI to makeMutableNativeUI but the current name is fine as well.

@tjzel
Copy link
Collaborator Author

tjzel commented Jul 22, 2024

LGTM. We could rename makeMutableUI to makeMutableNativeUI but the current name is fine as well.

This would suggest that there would be makeMutableWebUI which isn't going to be the case soon.

@tjzel tjzel added this pull request to the merge queue Jul 22, 2024
Merged via the queue into main with commit a15e0ed Jul 22, 2024
6 checks passed
@tjzel tjzel deleted the @tjzel/split-make-mutable branch July 22, 2024 17:57
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.

2 participants