486
Any day now (lemmy.ml)
you are viewing a single comment's thread
view the rest of the comments
[-] JackbyDev@programming.dev 16 points 3 weeks ago* (last edited 3 weeks ago)

One of my colleagues submitted a PR with a bunch of emojis in the readmes and log statements and I'm just so infuriated with it.

[-] wilfim@sh.itjust.works 6 points 3 weeks ago

I literally see it everywhere in my companies' documentation

[-] pftbest@sh.itjust.works 5 points 3 weeks ago

I just made a CI pass to forbid non ASCII characters in the code. Found a lot of em dashes :(

[-] JackbyDev@programming.dev 4 points 3 weeks ago

There are plenty of non ASCII characters that are okay in code. ñ comes to mind. There are also box drawing characters.

[-] pftbest@sh.itjust.works 3 points 3 weeks ago

We don't use them in my project, I only added an exception for ©®™ and such. You can easily whitelist any character range you need. My command looks like this:

- (! grep -r -I -P '[^\x{00}-\x{7f}©®™°]' src)
[-] JackbyDev@programming.dev 3 points 3 weeks ago

This is goofy, I'm not gonna fail a build because somebody used some random Unicode character. That's draconian.

[-] sfgifz@lemmy.world 2 points 3 weeks ago

Our leadership made using and excelling at Copilot as one of our Key Results for upskilling, I make it point to make my code look as botty as possible to show how serious I'm about achieving the target 🎯

[-] vala@lemmy.dbzer0.com 2 points 3 weeks ago
[-] JackbyDev@programming.dev 9 points 3 weeks ago* (last edited 3 weeks ago)

Yeah, they used ⚠️ in a warning.

[-] RagingRobot@lemmy.world 1 points 3 weeks ago

They add excessive logging too. I had cursor write some UI code and I thought my console was going to explode. Console logs each step of the way haha. I guess that's the easiest way for it to debug its own code

this post was submitted on 15 Nov 2025
486 points (98.8% liked)

Funny

12569 readers
762 users here now

General rules:

Exceptions may be made at the discretion of the mods.

founded 2 years ago
MODERATORS