Replies: 2 comments 1 reply
-
I probably need to see the history that went into the v3 priority change. To me, Task v2 seems to only have Taskfile vars out of place - task vars as defaults would've allowed for explicit variable and defaults patterns. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @d3dc, I'm really not sure on how to answer this. Perhaps if you were more specific I could extract something useful/actionable from this discussion. Is your complains related to the ENV discussions you opened? Do you have specific proposals to make? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've spent a couple weeks really trying to love Task. I wanted to see it greatly increase our makefile readability.
However, the people on my team who I impromptu polled had trouble with the ergonomics. The under-specification combined with the surprises of task closures managed to confuse 5/5 devs.
From trying to find examples, the complex Taskfile I found follow from a comment chain of "how do I work around X 'feature'" and contains lots of idiosyncrasy rather than "Thinking in Tasks".
test_data
doesn't really show much interaction.Do good Taskfile methodologies exist? How do you advertise defaults and assemble a deployment specific environment?
Beta Was this translation helpful? Give feedback.
All reactions