Tag naming conventions

have you had any issues with the underscores? or dashes?
@brandon1

I was taught to utilize capitalization in this manner, below though I regretfully don’t follow it strictly:

myVariable, myNewVariable, thisExample2

I don't use dashes (programmer habits, dashes are not a valid character for identifiers as it's usually an operator), but underscores should be perfectly fine.

3 Likes

I have never had any issue with dashes. I use it sparingly.

For example If I had a folder that grouped four filters I would name it Fltr1-4

I just like that visually better than Fltr1_4 or Fltr14