I'm offended by the inconsistent placement of curly braces.
this post was submitted on 07 Jul 2024
168 points (95.7% liked)
Programmer Humor
32361 readers
497 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
Oh man that makes it worse
I feel this is missing a couple of !important statements :)
Legit bit of code I saw once
getRandomColor() { Random.seed = 0; return Color.blue; }