-
Notifications
You must be signed in to change notification settings - Fork 6
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
Your feedback wanted! #7
Comments
I am reading the code, and I am wondering why is there an annotation |
Another question: with a Trigger, why does an action takes two parameters instead of one? It does not sound obvious to me the kind of use-case for having two parameters, maybe performance reason to avoid allocating a tuple? |
Yes, both of those are for low level performance reasons. Note that the core The Note that |
I'm creating this issue as a general request for feedback and discussion.
Feel free to add comments on Picos to this issue or open a discussion.
Critique is welcome, but please keep a friendly tone! 🙇
Picos is not yet considered to be final, so changes are possible — even likely.
I will especially promise to try my best to explain the rationale and ideas behind the design. Much of it might not be immediately apparent or documented.
The text was updated successfully, but these errors were encountered: