- cross-posted to:
- programming_horror@programming.dev
- programmer_humor@programming.dev
- cross-posted to:
- programming_horror@programming.dev
- programmer_humor@programming.dev
cross-posted from: https://lemm.ee/post/36467447
I am not allowed to credit the site that has this disaster. Its owner said “Nobody should see that”
You must log in or register to comment.
I’m offended by the inconsistent placement of curly braces.
Legit bit of code I saw once
getRandomColor() { Random.seed = 0; return Color.blue; }