this post was submitted on 25 Sep 2024
1039 points (100.0% liked)

Programmer Humor

22854 readers
232 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 19 points 7 months ago (15 children)

Can anyone actually tell what exactly complicated in Java? Verbose, maybe it was at some point but I find it very straightforward and easy.

[–] [email protected] 5 points 7 months ago (1 children)

Char count for same functionality is still at least double in java vs python. It just feels like a chore to me. jetbrains helped, but still python is just so light

[–] [email protected] 7 points 7 months ago* (last edited 7 months ago)

Char count is poor complexity metric. Perl is better than Python with your logic as it is more condensed.

load more comments (13 replies)