DEV Community

Discussion on: Advanced TypeScript's capabilities in real-life scenario

Collapse
 
epolanski profile image
Enrico Polanski • Edited

I really miss the point of all of this type overengineering but learned few things regardless.

Collapse
 
ninjah187 profile image
Karol Hinz • Edited

The main point was learning myself TypeScript's type inferring and conditional types. It's in private project so I do have a comfort of doing so. I do agree it's pretty overengineered and rather not something one would need in a daily production code.

Still, I'm glad I could share my findings and I'm happy you found it useful somehow.