Replies: 3 comments
-
Possible solution:
This means that we can now develop and test scripts normally, and at the same time have them embedded in tasks - so that it's still possible to retrieve / install a full task with a single command / from a single file. |
Beta Was this translation helpful? Give feedback.
-
Related 👍🏻 |
Beta Was this translation helpful? Give feedback.
-
Note that some editor are capable of mixing languages, for example with goland/intellij you can define a "fragment" as another programming language which works quite well. I think for Emacs there is https://github.com/polymode/polymode but I haven't figured how to set this up.. |
Beta Was this translation helpful? Give feedback.
-
Today we often embed scripts in our task definitions, whether it's python or shell or else.
This approach has several advantages:
And a few disadvantages too:
How do we solve this?
Having the catalog gives us an opportunity for maintaining the advantages of the current approach, and solve its disadvantages at the same time, because we have a clearly defined structure in place we can rely on, which means we can develop tools to improve the development experience.
Beta Was this translation helpful? Give feedback.
All reactions