7
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 17 Jun 2023
7 points (100.0% liked)
Programmer Humor
32501 readers
467 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
That's because these programmers are getting paid by the character.
This is also why Java dev pays so well.
System.out.println("Wow, so little amount of characters to print this!");
std::cout << "Wow, so little amount of characters to print this!" << std::endl;
std::puts("Why do so many C++ programmers not use the right tool for the job?");