Hacker News new | ask | show | jobs
by coldtea 398 days ago
>How often are you passing around data that you don't fully understand?

Like all the time. As a program grows, the full extend of what is passed where, explodes.

>Also, people use types and then end up reaching for reflection to perform pattern matching

As a tool in their disposal, with the default being the opposite.