- Issue created by @nicxvan
- First commit to issue fork.
- 🇺🇸United States Taiger Bend, Oregon
Is there a discussion around the bad practice of using emojis in css? This seems terrible and I can't find any documentation or discussion on this.
I don't recognize half of the emojis being used even though I am a native English speaker. - 🇺🇸United States nicxvan
Is there a discussion around the bad practice of using emojis in css?
These are not in css, they are in the debug code html so they only show up when you have development mode turned on.
I don't recognize half of the emojis being used even though I am a native English speaker.
That actually doesn't matter for the use case, there is one where the template starts and one where it ends so it makes it easy to see what it is encompassing when debugging. It's only for way finding and they are random.
This seems terrible and I can't find any documentation or discussion on this.
I've found this to be extremely helpful in seeing where the templates begin and end, you find the one template you're looking for, then you don't have to read all of the end template comments, you just find the matching emoji whatever it is.
- 🇺🇸United States Taiger Bend, Oregon
I can see that it could make it easier for debugging as these only appear in the comments. I have never had an issue with twig comment blocks; as they are now but maybe that is just me.