this post was submitted on 11 Feb 2024
272 points (98.2% liked)

Programmer Humor

32410 readers
1 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS
 

Hacker News post about this: https://news.ycombinator.com/item?id=39309783 (source available)

you are viewing a single comment's thread
view the rest of the comments
[–] tyler@programming.dev 13 points 2 years ago (3 children)

Take a look at some typescript libraries and frameworks and you will see stuff like this. Completely unreadable mess.

[–] ris@feddit.de 15 points 2 years ago (1 children)

I have seen image recognition or text RPGs with type script types, but const ok:true = true as Grid< 4, 9, 2 Wtf

[–] MinekPo1@lemmy.ml 3 points 2 years ago

note that it continues onto the next line

[–] peter@feddit.uk 5 points 2 years ago
[–] Meltrax@lemmy.world 5 points 2 years ago

Styled Components' type system is one of the most impressive and most fucked up things I've ever had to dive into.