pull down to refresh

wait is AI adding the emojis? or is the person coding doing it? lol

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