this post was submitted on 05 Mar 2025
1583 points (99.0% liked)

Programmer Humor

21016 readers
1326 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Blackmist@feddit.uk 12 points 1 day ago (2 children)

Maybe applies more to regex, the write only language.

[–] AnUnusualRelic@lemmy.world 4 points 1 day ago* (last edited 1 day ago)

Back when I did a lot of Perl, those were okay-ish to parse. Nowadays, not so much. I guess it's like Bash. If you write a lot of it (maybe some people do), it's probably simple. If it's only once every six months or less, eeehhh...
It all boils down to familiarity, which comes from repetitiveness.

[–] SkunkWorkz@lemmy.world 4 points 1 day ago (1 children)

The copy paste language. AI writes better regex than I do

[–] SwordInStone@lemmy.world 4 points 1 day ago (1 children)

and you won't get better if you use ai for it

[–] SkunkWorkz@lemmy.world 2 points 1 day ago

Meh I rarely use it. Even if I don’t use AI I wouldn’t get better at it, since I will forget everything the next time I will use it.