Hacker News new | ask | show | jobs
by w0rd-driven 3092 days ago
Yeah pretty much. It's risky because type checking produces fatal errors that aren't always easy to trap properly. You don't realize how much a code base relies on PHPs type coercion until you add annotations and watch it blow up, in often subtle ways.
1 comments

"Subtle" is the keyword here.