Too many emojis in 'Concurrency and async / await' explanation
11–19 of 19 posts
Re: Too many emojis in 'Concurrency and async / await' explanation
#12Maybe I'm just an old man yelling at clouds, but I always found the use of emoticons and emoji in official documents extremely off putting. If you want to look hip and cool, at least do so only where appropriate - public-facing technical documentation needs to be articulate and maximally accessible. Not to mention how inconvenient it is to actually add emoji. Chances are that the person who wrote that page didn't dra…
Ctrl+Cmd+Space brings up an emoji picker on macOS, you don’t have to paste anything
Re: Too many emojis in 'Concurrency and async / await' explanation
#13Re: Too many emojis in 'Concurrency and async / await' explanation
#14Aren't emojis supposed to replace words, kind of like abbreviations? What's the point of having a word and an emoji that mean the same thing right next to each other? I would never write, "want a hamburger :hamburger:?" Instead, I would just write, "want a :hamburger:?" This just seems like the worst of both worlds. EDIT: HN doesn't seem to support emojis. Changed to a markdown like format instead.
Re: Too many emojis in 'Concurrency and async / await' explanation
#15"Feeling emojis" are great because they emulate non-verbal communication. A smile is a smile, a thumbs up is a "hm" or "okay". Text communication is by nature asynchronous so we have to find ways to cope with that. On the other hand, documentation doesn't need non-verbal communication.
Of course, some emojis can be used for both verbal and non-verbal communication. But stuff like burger? Or cashier? I don't see the point.
Another thing: this is possibly the worst explanation about concurrency and async/await I've ever read.
Re: Too many emojis in 'Concurrency and async / await' explanation
#16here's the relevant documentation part in context https://fastapi.tiangolo.com/async/#concurrent-burgers who writes this stuff? who writes "your crush [Heart Eyes Emoji]" not just once but over and over, in documentation for a project? could easily just say "your friend [no emoji]"
Re: Too many emojis in 'Concurrency and async / await' explanation
#17An author of an open source project may do what they want, including using emoji in documentation like this. On the flip side, I would never allow that code to be used in any of my projects, nor would I want to work with any contributors that think it is a "good" practice (nevermind "best"). To my mind, this documentation screams "unprofessional". I would be embarrassed to show it to any of my customers. The code is…
What the hell is professionality? Wikipedia says something along the lines of "standards of education and training that prepare members of the profession with the particular knowledge and skills necessary to perform their specific role within that profession".
A (considerate) use of emojis, images and jokes (basically: anything that isn't dry text) can work wonders to make a document more digestible, leading to more effective transfer of information and increased enthusiasm for your brand. I would consider that doing your job quite effectively.
Totally depends on the target audience, of course. I have experienced instances of "over-doing it" before (this is one of them), so I do empathize with the more boring people of the industry a little. But not overly much. "No fun allowed" mentalities can massively hurt morale (remember: this costs money), in my opinion.
Re: Too many emojis in 'Concurrency and async / await' explanation
#18Maybe I'm just an old man yelling at clouds, but I always found the use of emoticons and emoji in official documents extremely off putting. If you want to look hip and cool, at least do so only where appropriate - public-facing technical documentation needs to be articulate and maximally accessible. Not to mention how inconvenient it is to actually add emoji. Chances are that the person who wrote that page didn't dra…
No you're not old, you are just not ridiculously young. :) I agree though, use of emoji outside talking to your friend, to me, is an instant warning of immaturity, and a flag of more to come. The OP post was horrendous to look at, I'm not sure why anyone thought that it would help with understanding the content.
Re: Too many emojis in 'Concurrency and async / await' explanation
#19Aren't emojis supposed to replace words, kind of like abbreviations? What's the point of having a word and an emoji that mean the same thing right next to each other? I would never write, "want a hamburger :hamburger:?" Instead, I would just write, "want a :hamburger:?" This just seems like the worst of both worlds. EDIT: HN doesn't seem to support emojis. Changed to a markdown like format instead.