That's a no from me. I am not a huge fan of emoji. Especially not in the cli or editor. Emoji are hard to type on non-mobile platforms, and are difficult to search for in logs or files. Often they don't render properly. They're near impossible to deal with from the command-line. Not to mention the accessibility issues. I see no reason why these cannot be accomplished with tags/flairs such as [critical], [bug], etc. T…
> Emoji are hard to type on non-mobile platforms On Windows they are easy: + . Finding the right emoji is easier than on my Android phone as Windows lets me type the emoji name. Why emoji search is missing on Android... who knows.
Gitmoji – Yay or Nay?
61–70 of 224 posts
Re: Gitmoji – Yay or Nay?
#62Just like a word does.
> The [bug emoji] emoji is easily recognized as a bug by most people
The word "bug" works for me.
> but will [tulip emoji] immediately signalize that code is removed?
Nope. Besides, we already have commonly used symbols for that, "+" for a line added and "-" for a line deleted. I'm not sure what a tulip has to do with deleting code.
edit: hackernews removed the emoji from my post. (I put in the words for the images.) Another reason to not use emoji.
Re: Gitmoji – Yay or Nay?
#63Akin to the person with the boombox on public transport.
I could imagine wanting to highlight some keywords myself – for myself – but now my screen has turned into a colourful shouting competition.
Re: Gitmoji – Yay or Nay?
#64Earlier quoted context omitted.
> Please use good ol' plaintext I want to emphasize on that. Why do programmers like plaintext, often to the point of wanting ASCII instead of unicode despite its international awesomeness? That's because we are called when things break down in the machinery. Monospace ASCII may look boring, but it has a precious characteristic: there is (almost) 1-to-1 mapping between the inner representation of a character and its…
Only programmers from English-speaking countries like ASCII. There are millions of us living in other countries who are thankful that Unicode exists, and who are constantly annoyed that a some of our tools don't support it well enough. As someone who grew up bilingual in a country where it's not uncommon for people to speak three or more languages, I hate the idea of being prevented from using one of the languages I…
Re: Gitmoji – Yay or Nay?
#65Earlier quoted context omitted.
Too late to edit now, but just realized HN scrubbed the emoji. “…For example, gets read…”
An object lesson in the problems of using emoji to actually convey meaning :)
Re: Gitmoji – Yay or Nay?
#66Earlier quoted context omitted.
Plus the benefit of not being ambiguous like a lipstick emoji :)
I'd actually interpret that as "lipstick on a pig", or just "[hack]". I'm honestly not sure what its intentions are. Which I guess is one of the problems with this suggestion.
Re: Gitmoji – Yay or Nay?
#67Earlier quoted context omitted.
Only programmers from English-speaking countries like ASCII. There are millions of us living in other countries who are thankful that Unicode exists, and who are constantly annoyed that a some of our tools don't support it well enough. As someone who grew up bilingual in a country where it's not uncommon for people to speak three or more languages, I hate the idea of being prevented from using one of the languages I…
I'm not from an English-speaking country, but also like ASCII. It works without setting $LANG, $LC_ALL, ':set enc=utf-8', 'use utf8' and who knows what else.
Re: Gitmoji – Yay or Nay?
#68That's a no from me. I am not a huge fan of emoji. Especially not in the cli or editor. Emoji are hard to type on non-mobile platforms, and are difficult to search for in logs or files. Often they don't render properly. They're near impossible to deal with from the command-line. Not to mention the accessibility issues. I see no reason why these cannot be accomplished with tags/flairs such as [critical], [bug], etc. T…
> Please use good ol' plaintext I want to emphasize on that. Why do programmers like plaintext, often to the point of wanting ASCII instead of unicode despite its international awesomeness? That's because we are called when things break down in the machinery. Monospace ASCII may look boring, but it has a precious characteristic: there is (almost) 1-to-1 mapping between the inner representation of a character and its…
Now multiply this by a thousand with Unicode exact lookalike glyphs.
Re: Gitmoji – Yay or Nay?
#69> With gitmoji others or your future self can simply look at the associated emoji and straightaway catch the intention. Just like a word does. > The [bug emoji] emoji is easily recognized as a bug by most people The word "bug" works for me. > but will [tulip emoji] immediately signalize that code is removed? Nope. Besides, we already have commonly used symbols for that, "+" for a line added and "-" for a line deleted…
Is that what it looks like for you? For me it’s a flame (which seems to make more sense for removing code).