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

R6 private objects/methods #137

Closed
wlandau opened this issue Nov 16, 2023 · 3 comments
Closed

R6 private objects/methods #137

wlandau opened this issue Nov 16, 2023 · 3 comments

Comments

@wlandau
Copy link
Owner

wlandau commented Nov 16, 2023

No description provided.

@wlandau
Copy link
Owner Author

wlandau commented Nov 30, 2023

I'm probably going to keep most methods public because those bindings are already locked, so there is not much harm that can be done. But all the non-function members should be private.

@wlandau
Copy link
Owner Author

wlandau commented Dec 1, 2023

Nested R6 objects are tricky because those are data too. I think I will need active bindings for those. Otherwise the refactoring will be too much and the syntax will be too unnatural.

@wlandau
Copy link
Owner Author

wlandau commented Dec 1, 2023

In fact, active bindings in front of all private data objects seems like a good idea.

@wlandau wlandau mentioned this issue Dec 1, 2023
2 tasks
@wlandau wlandau closed this as completed in 4cd7174 Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant