Earlier quoted context omitted.
Ah I see you're one of those who would enable `UserManager.DISALLOW_FUN`! I personally quite enjoy a bit of whimsy in code. What we do (mostly) isn't that serious (modulo those, including me once upon a time, who work on literal life and death software)
I don't mind either personally, but I've had a few occasions where such things have caused issues with engineers that didn't have English as a 1st language. A fair bit of time was wasted on trying to understand some joke/pun code and variable names, and on another occasion, spending the best part of a day working on something because they took some sarcasm in code/comments literally.
Jokes and Humour in the Public Android API
71–80 of 172 posts
Re: Jokes and Humour in the Public Android API
#72Notice how pretty much none of these are added in the last 10 years? Android's become 'more mature' - ie. Boring, and the joke to code ratio is dropping rapidly.
Good, I hate ‘funny’ code. Just get to the point, I’m not here for someone’s notionally hilarious inside joke from 18 years ago.
Re: Jokes and Humour in the Public Android API
#73Re: Jokes and Humour in the Public Android API
#74Re: Jokes and Humour in the Public Android API
#75Earlier quoted context omitted.
But a wholly non-funny "Invariant Violated" message would be no better. The problem isn't that the message is funny, but that it does not contain the information you need to understand what's going on. The whimsy is just a distraction.
Do you find that distracting things help you debug shoddy code?
Re: Jokes and Humour in the Public Android API
#76How is someone writing an article about Android source code node nerdy enough to know what a Tricoder is? I don’t buy it
Re: Jokes and Humour in the Public Android API
#77Re: Jokes and Humour in the Public Android API
#78Notice how pretty much none of these are added in the last 10 years? Android's become 'more mature' - ie. Boring, and the joke to code ratio is dropping rapidly.
Good, I hate ‘funny’ code. Just get to the point, I’m not here for someone’s notionally hilarious inside joke from 18 years ago.
If software actually worked, then I'd be fine with more whimsy. But it doesn't, so I'm not.
Re: Jokes and Humour in the Public Android API
#79Earlier quoted context omitted.
Ah I see you're one of those who would enable `UserManager.DISALLOW_FUN`! I personally quite enjoy a bit of whimsy in code. What we do (mostly) isn't that serious (modulo those, including me once upon a time, who work on literal life and death software)
I think that's a big line between people who work as software engineers becuase they enjoy the work and want to build something and folks who go there to punch the ticket and run back home as soon as possible. The second group doesn't want to deal with "all the fun crap" and "distractions" that stand in the way of them marking a bug fixed (or, god forbid, actually getting extra bugs/work assigned because some "fun" c…
Fun is good when it is fresh. Fossilized fun is not that fun. It is more like that uncle who heavily tries to be fun at family parties.
Re: Jokes and Humour in the Public Android API
#80Earlier quoted context omitted.
I think that's a big line between people who work as software engineers becuase they enjoy the work and want to build something and folks who go there to punch the ticket and run back home as soon as possible. The second group doesn't want to deal with "all the fun crap" and "distractions" that stand in the way of them marking a bug fixed (or, god forbid, actually getting extra bugs/work assigned because some "fun" c…
Things that seem fun when they are written are often not much so a few years later, without the initial context, when trying to actually "build something". Fun is good when it is fresh. Fossilized fun is not that fun. It is more like that uncle who heavily tries to be fun at family parties.