-
Notifications
You must be signed in to change notification settings - Fork 59
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
RFC: Task initialization syntax #295
Comments
a couple of options are:
|
@effigies - we already had this in the base class: @djarecka - somehow this was not adhered to in derived classes. any memories why? but in general we should follow this pattern. note that this issue is only for |
@satra - i don't remember why, but it was a time that I'm a bit confuse your second option... is it possible that you wanted to write: |
I think I would be inclined to keep |
i did not mean that. i did mean the prefix to indicate input keywords. i think at this point i would take the decision of restricting input values during |
I got used to the shorter syntax, but this can cause problems, so probably we should change it. |
should I work on this next week, or we still wanna take more time to think? |
Is there a hive mind to ping that isn't already getting notifications from here? If not, I'd say go ahead. |
i say go ahead too. |
Let's break things!
Right now, when you instantiate a Task, you can give it a
name
:So this works, but it might be worth considering whether this is going to cause confusion in a workflow context:
So this is both confusing and actually doesn't work.
In any event, I wanted to open discussion about possibly rethinking the syntax, or possibly just some names.
The text was updated successfully, but these errors were encountered: