And hopefully that won't translate into me being "hostile" towards women in tech, just because this was proposed by a woman.
Gitmoji – Yay or Nay?
51–60 of 224 posts
Re: Gitmoji – Yay or Nay?
#52Earlier quoted context omitted.
Not to mention that a non-emoji based tagging scheme (e.g. “[bug]”, “[UI]”, etc.) would likely have the same effect (if there is any) that the author purports.
Plus the benefit of not being ambiguous like a lipstick emoji :)
Which I guess is one of the problems with this suggestion.
Re: Gitmoji – Yay or Nay?
#53Re: Gitmoji – Yay or Nay?
#54Earlier quoted context omitted.
> 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.
Depends on the keyboard you use, with gboard you can search for emojis.
Re: Gitmoji – Yay or Nay?
#55I like it! I agree with many of the objections in other comments, but used wisely emojis in commit messages can definitely add value. 1. They add easy noticeable visual cues that might otherwise require reading a full sentence (at that often will be omitted altogether). 2. It's fun and informal, something that's often lacking in dev teams.
It’s fun and informal until somebody tells you it’s mandatory.
Re: Gitmoji – Yay or Nay?
#56Re: Gitmoji – Yay or Nay?
#57Off Topic question: What's up with all this .christmas blogs that I'm seeing lately? New trend?
TL;DR: A company is publishing a lot of articles through 12 different advent calendars this holiday season.
Re: Gitmoji – Yay or Nay?
#58That being said, I never really thought about the point about forcing you to ensure your commit is atomic. I definitely have become better at it but the habit has stuck even after using Gitmoji.
Re: Gitmoji – Yay or Nay?
#59Off Topic question: What's up with all this .christmas blogs that I'm seeing lately? New trend?
Re: Gitmoji – Yay or Nay?
#60Earlier 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…
It works without setting $LANG, $LC_ALL, ':set enc=utf-8', 'use utf8' and who knows what else.