- It's Java
Programmer Humor
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.
Point four was the first thing I immediately noticed.
Technically 102 if you include the one already said
No, they explicitely demanded the 100 times after the say-i-am-sorry-once-routine terminated
It wasn't explicit! What if the amount of sorries is stored in a global state? She didn't necessarily specify 100 more sorries. Women so confusing smh.
forever scarred by OBO errors.. I noticed that too
From the tone of the first message, I'm guessing that's not the first off-by-one error in their relationship.
I really really really hate people who write code in chats as if they are demonstrating some incredibly amazing skill. Doubly so because they so often fuck it up.
That usually done by young folk who just learned the basics. Cut them some slack. They feel good about learning something new.
Yeah, you are right I should.
- Its Java and this is a personal project. Might as well say, "loving you is like developing an api for an insurance company. I can't bear to touch you without two drinks and a subscription to jetbrains" This is how relationships end up on the garbage heap.
Typical 1-off error
Formatting
Many text parsers trim down whitespace unless it's explicitly a code block. You see this often when people attempt to use interleaved spaces for emphasis. For example:
R E D H A T
becomes "R E D H A T" in your Markdown interpreter.
I think WhatsApp supports code snippets with backticks.
102 times if you count the one before the code.
Peer reviewing your apologies is always important.
Also java.
If there's two things I hate, it's off by one errors!
I feel like when you title your post "Hilarious", you're being sarcastic. Are you, perhaps, aware that this is actually pretty unfunny? Yet you posted it here nonetheless.
Funny is not an objective quality. The OP can find it hilarious, while you find it unfunny. You can always post something that's funny to you.
print('I am sorry'*100)
Edit: print('I am sorry\n'*100) ffs
I am sorryI am sorryI am sorryI...