Hacker News new | ask | show | jobs
by ffsm8 658 days ago
> an escape hatch often needed

The only time you need that is in tests.

Otherwise you're better off using guards then blindly casting

1 comments

The code base I work on has more test code than production code.