this post was submitted on 25 Sep 2024
881 points (87.6% liked)

Programmer Humor

19310 readers
1627 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 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] beveradb@lemm.ee 4 points 1 week 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

[โ€“] Lysergid@lemmy.ml 7 points 1 week ago* (last edited 1 week ago)

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