Is there a way to figure out where something's bei...
# getting-started
r
Is there a way to figure out where something's being constructed in a project with a whole lot of javax
@Inject
flying around? Or what's the usual way to extract parts of the codebase and sending a few arbitrary values through it for exploration purposes? I feel like I'm trying to fight the structure of the codebase here if I'm trying to construct everything manually.
m
throw exception in constructor and run tests?
r
Nice idea, gotta try that one.
👍 1