this post was submitted on 26 Sep 2023
687 points (92.0% liked)

Programmer Humor

31800 readers
297 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] 92 points 11 months ago (22 children)

Python has to be another clown with their error messages

[–] [email protected] 83 points 11 months ago (15 children)

Honestly, fuck dynamic typing in general. That shit saves you a few seconds and costs you a few hours.

[–] [email protected] 31 points 11 months ago (5 children)

I started as a python enjoyer. 6 years later I can confidently say fuck dynamic typing, fuck mutable defaults.

Also fuck python and js (used both for work) TS is better but we all know it's not by much

[–] [email protected] 15 points 11 months ago (2 children)

TS is “better” but often I feel like just configuring typescript takes up a significant amount of the time you save by using it.

[–] [email protected] 5 points 11 months ago (1 children)

It gets easier the more you do it but ts needed a default official config to start things up with.

[–] [email protected] 2 points 11 months ago (1 children)

Hahaha exactly! I feel like every time I start a new TS project, I start by copying the tsconfig from an existing one

[–] [email protected] 2 points 11 months ago

This. I actually have template which I'm using for all my small projects.

[–] [email protected] 1 points 11 months ago

Yeah, i feel the same but it is at least configurable and not terrible configurable like python

load more comments (2 replies)
load more comments (11 replies)
load more comments (17 replies)