DEV Community

Discussion on: Could dev.to allow larger tag names?

Collapse
 
ben profile image
Ben Halpern

Increasing the limit works for me. We don't have a strong reason for limiting it now.

Approved:

Increase tag length limit from 20 to 30 characters #3035

As requested in this thread:

dev.to/rodolfomendes/could-dev-to-...

I think we limit the length for aesthetic purposes but it isn't that important. The freedom of more characters would trip people up less often.

Find this line and change the number, and adjust the adjacent spec:

      errors.add(:tag, "\"#{tag}\" is too long (maximum is 20 characters)") if tag.length > 20

Et voila!

Thanks for bringing this up.

Collapse
 
rodolfomendes profile image
Rodolfo Mendes

Thanks a lot!