this post was submitted on 07 Dec 2023
829 points (96.2% liked)

Programmer Humor

19553 readers
988 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 1 year ago
MODERATORS
829
submitted 11 months ago* (last edited 11 months ago) by [email protected] to c/programmer_humor
 
(page 2) 45 comments
sorted by: hot top controversial new old
[–] [email protected] 8 points 11 months ago

You have Perl.

%_=~aj/dy/hfiw8i/g;
$_/a(h0w8)y@;
FWA/E.*FW[tu29uy]/;
%(1)hjc/f4ifh38/y;

The princess is saved, but all you can think about is rescuing another, with an entirely different plan. Which is just as well because you have no fucking idea how to explain the one you just wrote and executed.

[–] flumph 5 points 11 months ago (1 children)

I'm going to have to print out the Go version for all future "it's idiomatic" and "but the community!" debates at work

[–] [email protected] 3 points 11 months ago (1 children)

I'm curious about this but I'm barely a programmer now, so if anyone is up to explain

[–] flumph 5 points 11 months ago

The go community is strongly opinionated in unique ways. For example, using libraries is generally frowned upon. You either use something included in the language itself (standard library) or copy/paste the code you wrote in another project. There's also advocacy for shorter variable names which generally seems counter to the normal "write descriptive variable name" mantra.

All in all, I hope the ideas / opinions came from a good place and then some people took them as black & white rules. But they also come off as one or two people's pet peeves who got to build a language around them.

load more comments
view more: ‹ prev next ›