I have a number of workspaces, lets say 5, but this could expand.
Each of these workspaces is like a validation check / test.
There is a lot or duplication between the tests and I’m thinking about creating some linked customer transformers in order to not have to make changes 5 times in a row. I know this is usually good practice in programming in general.
I’m a little hesitant though because adding linked custom transformers can add complexity (passing attributes 7 parameters etc etc) and makes testing/edits kind of annoying.
I’m interested to hear others experience with working with linked customer transformers -pain points, whats great, when you use them over when you don’t