Hacker News new | ask | show | jobs
by ethanol-brain 651 days ago
A terrible typescript
1 comments

I would say an actively harmful TypeScript. Just a couple of days ago, I had bug in production because apparently the union of two types is not the intersection but the sum. It exploded because one type had a method that the other didn't. That's an absolutely horrible footgun