this post was submitted on 22 Oct 2023
611 points (95.4% liked)
Programmer Humor
32380 readers
425 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Exactly, I don't understand why languages have decided that every keyword needs to be as randomly minified as possible.
fn
,def
,rune
(ok that's not minified, just a dumb name),fmt
,std
. Many of these things aren't new, but programmers recognize descriptive variable names are important, the same should be true for keywords.