305
submitted 7 months ago* (last edited 7 months ago) by lawrence@lemmy.world to c/programmerhumor@lemmy.ml

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 14 points 7 months ago

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

[-] ris@feddit.de 19 points 7 months ago

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 7 months ago

note that it continues onto the next line

[-] Meltrax@lemmy.world 6 points 7 months ago

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

[-] peter@feddit.uk 5 points 7 months ago
[-] sloppy_diffuser@sh.itjust.works 4 points 7 months ago
[-] marcos@lemmy.world 8 points 7 months ago

Creating basic functionality for the language always leads to unreadable code.

The C++ version would be much, much worse, and the Lisp version is Lisp.

[-] sloppy_diffuser@sh.itjust.works 3 points 7 months ago

Agree. What I linked provides core type support for that library. The pipe one is just a bunch of overloads to support a specific way of handling function composition to appease the TypeScript type checker.

There are a lot of typing hacks in that library to simulate higher kinded types.

[-] thesporkeffect@lemmy.world 4 points 7 months ago

Right to jail. Right now.

this post was submitted on 11 Feb 2024
305 points (98.4% liked)

Programmer Humor

32078 readers
501 users here now

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

Rules:

founded 5 years ago
MODERATORS