Hacker News new | ask | show | jobs
by latchkey 3034 days ago
The weird thing is if you -add a dependency before you import it, then you get a warning that the dependency isn't used in the codebase yet. Of course it isn't, I just added it! My IDE (IDEA) resolves the imports for me, so I can't add the import until after I add the dependency. Nice little catch-22.
1 comments

Good point, I dislike that behaviour, too.