Hacker News new | ask | show | jobs
by technojunkie 645 days ago
PHP 8.x == TypeScript
1 comments

Phpstan == TypeScript
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