• 1 Post
  • 62 Comments
Joined 1 year ago
cake
Cake day: August 27th, 2023

help-circle
  • spacecadet@lemm.eetoProgrammer Humor@lemmy.mlYup...i can confirm that
    link
    fedilink
    arrow-up
    25
    arrow-down
    1
    ·
    edit-2
    3 days ago

    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.