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

Complete audit & correction of how client side functions invoke server side functions based on best practice guidance #266

Open
tombisho opened this issue Sep 17, 2020 · 0 comments
Milestone

Comments

@tombisho
Copy link
Contributor

A review is currently underway that is looking to prescribe best practice for calling server side functions. This includes issues such as whether:

  1. the whole command is just passed as a string or a call object
  2. parts of the call need to be passed as symbols (and the implications on the server side of using eval etc.)
  3. there are differences between aggregate and assign
@StuartWheater StuartWheater added this to the v6.4 milestone Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants