Y
Hacker News
new
|
ask
|
show
|
jobs
by
eeperson
1899 days ago
You don't have to chase your dependencies. You just need an adequate suite of tests and then run them with the Graal Tracing Agent enabled [1].
[1] -
https://medium.com/graalvm/introducing-the-tracing-agent-sim...
1 comments
cle
1899 days ago
Your tests would need to exercise all your transitive dependencies' code paths that are used in production. I very rarely see tests written that way.
link