Hello! Is anyone here trying to design a DSL for a...
# product-management
r
Hello! Is anyone here trying to design a DSL for automation purposes? If so, I would like your help to understand how to guide engineers to design the right DSL. What attributes do you consider, etc..
j
We use TeamCity for our CI, for which we have a DSL. One of the reasons why we used it, over something like GH actions, as we can centrally ship the DSL (and then renovate automatically upgrades it across teams).
a
GitLab ci yml, make, and many versions of those types of automation create a DSL like that. Is that the kind of DSL you're looking forward?