this post was submitted on 16 Sep 2024
686 points (96.9% liked)

Programmer Humor

32054 readers
1515 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 3 days ago (12 children)

For how popular of a language python is, at this point it's a bad sign to me that the language has default way to manage versions and create new projects. I get having options, but options are annoying to new folk.

[–] [email protected] 4 points 2 days ago (4 children)

Honestly also annoying as a not-so-new folk. I just thought about this yesterday, I reasonably expect to clone a random project from the internet written Java, Rust et al, and to be able to open it in my IDE and look at it.

Meanwhile, a Python project from two years ago that I helped to build, I do not expect to be able to reasonably view in an IDE at all. I remember, we gave up trying to fix all the supposedly missing dependencies at some point...

[–] [email protected] 2 points 2 days ago

If the language can just break during runtime because of code indentation, I can't really trust it

load more comments (3 replies)
load more comments (10 replies)