-
-
Notifications
You must be signed in to change notification settings - Fork 69
Make emptyObject more developer friendly #269
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
Comments
Thanks for opening this issue!
|
Moving the emptyObject property to a protocol the developer can chose to add on their own will make it easier for them. Though if #263 gets to a working state, emptyObject won’t be needed anymore. We would need to think of a different name than |
Yes, I think it’s still worthwhile. The protocol will make things easier and the 263 still needs work before it can be merged |
New Feature / Enhancement Checklist
Current Limitation
Currently the developer needs to add a emptyObject to the ParseObject struct
Feature / Enhancement Description
Adding a Updatable protocol
Example Use Case
Alternatives / Workarounds
3rd Party References
The text was updated successfully, but these errors were encountered: