this post was submitted on 14 Nov 2023
813 points (94.7% liked)

Programmer Humor

32192 readers
489 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
[–] ShroOmeric 25 points 10 months ago (1 children)

I swear to god, sometimes I really don't know what Typescript really wants from me. It's like some old god: you know it needs a sacrifice but the god is not telling you exactly what he wants. So you can only try and pray.

[–] MashedTech 18 points 10 months ago (2 children)

Idk, I find it pretty easy to understand

[–] herrvogel 12 points 10 months ago (1 children)

The "return type <5 paragraphs of various word salads> is not compatible with " error messages are anything but easy to understand in my opinion.

[–] gornius 9 points 10 months ago* (last edited 10 months ago)

Yeah I don't get why it spits out whole types instead of only differences between them. Like "function expects non-null 'some.param.in.object' of type 'string' in argument 'someArgument', which is missing in passed argument".

[–] [email protected] 4 points 10 months ago

Typescript got a lot easier for me when I stopped even trying to read the error messages