this post was submitted on 13 Oct 2023
801 points (93.9% liked)

Programmer Humor

32453 readers
689 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] 23 points 1 year ago (6 children)

Dynamically typed/interpreted language?

Python Yup that checks out.

I've never understood why so many languages insist on a feature that causes such a obtuse and tedious programming experience.

Python is great, until you don't remember a function call, and can't guess using your LSP to tell you. :/

[–] [email protected] 4 points 1 year ago (5 children)

Time to delivery is important. Moving quickly withing a language and frameworks that prioritise speed over safety gets a product out the door is important when testing whether a business idea holds merit. Once you're established with a better scope of the project you should be rewriting this in a static language.

Dynamically typed interpreted languages should never be used for long term support imo

[–] [email protected] 4 points 1 year ago* (last edited 1 year ago) (2 children)

Once you're established with a better scope of the project you should be rewriting this in a static language.

Or bolt MyPy to it, right? concerned Padme meme

Edit: Wow. Somebody out there has no sense of humor about their bolt-on type solution.

[–] [email protected] 1 points 1 year ago (1 children)

Hey its better than nothing? Haha

If performance isn't an issue, I'd take it over nothing for long term support

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago)

Yeah. I live to make fun of MyPy - or rather of Python for needing MyPy, but it's "good enough" in many situations.

load more comments (2 replies)
load more comments (2 replies)