this post was submitted on 16 Sep 2024
460 points (89.7% liked)

Programmer Humor

32396 readers
692 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] 62 points 1 month ago (7 children)

Yeah, it's not about complexity things you can do with python, it's the complexity of getting it to run. That continues to be the biggest pain point for me.

[–] [email protected] 24 points 1 month ago* (last edited 1 month ago) (6 children)

This is why I refuse to work in production code bases in python, it’s a nightmare of build systems, linters, package managers (dear god help the poor soul who accidentally pip’d from pypi and not your companies artifactory instance), formatters, convoluted ci pipelines that always seem to fail, a series of “senior” devs that will make you redo everything because you wrote your own map (we don’t use functional programming here meme) instead of a for loop (can’t use list comprehension for “code readability issues”). Got to the point of just saying fuck it, I’ll write it in Scala or rust, SBT and Cargo god tier.

[–] [email protected] 4 points 1 month ago (1 children)
[–] [email protected] 6 points 1 month ago* (last edited 1 month ago)

C++ is at least backwards compatible (for 99% of code anyway, yes I know about some features being removed, but that's an exception and not the rule).

load more comments (4 replies)
load more comments (4 replies)