Hacker News new | ask | show | jobs
by 0x073 654 days ago
Phpstan == TypeScript
1 comments

A terrible typescript
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