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

Check that constructor functions always create new copies of the objects #6

Open
dpvc opened this issue Oct 5, 2014 · 0 comments
Open

Comments

@dpvc
Copy link
Owner

dpvc commented Oct 5, 2014

This will prevent inadvertent changes to the original when you coerce one object to another type. It currently can ether change the original object's type, or change some of its data (e.g., its context).

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

No branches or pull requests

1 participant