Hacker News new | ask | show | jobs
by paulddraper 1097 days ago
> you get an enormous stacktrace from some code you have never seen and didn't even know was run, or why it was run, from a thread you have never seen, complaining about wrong parameters that you have never seen, passed from another method you have never seen

Aka using a library

1 comments

That's more typical of a framework than a library. This is one of the areas where the difference becomes clear: with a library, you will see your own methods in the call stack somewhere, and be able to tell what got called and why; with a framework, it's often not so simple.
Regardless, this isn't an annotations phenomenon.