pull down to refresh
I use emojis gratuitously. They are super useful in logging to be able to distinguish log types.
reply
if (!state) {
🪵.⚠️("😬");
}reply
wait is AI adding the emojis? or is the person coding doing it? lol
reply
Yeah, AIs tend to add emojis in comments. In some cases it actually helps with readability, but it's true that real devs do that only very rarely.
reply
AI - I don't know a single person that would write code like this.
But I know of at least 2 models that do it: Copilot and Gemini. And llama used to do it, not sure if it still does but it sucks for code anyway.
// this function does something cool 😎
int doSomethingCoolWith(int other);reply
I still have to keep my end of contribution rules which means ultimately I have to respond to it. Luckily there is no time constraint.
reply
I truly cannot believe anybody codes with emojis, so every time I read a PR with emojis I already know it's AI, I don't care if you like emojis, it's AI slop to me.