Does anyone have advice on style conventions when creating Dynamic Components?
I’ve tended to switch between CamelCase and snake_case when creating attributes. And then I’ve used SCREAMING_SNAKE_CASE for text operations.
That’s always worked well for me but I’m starting to teach people how to make DCs so I really ought to adopt best practice now. Am I doing it all wrong? Thoughts much appreciated!