Hacker News new | ask | show | jobs
by paskozdilar 1566 days ago
Willingness to play russian roulette with major versions may work in small organizations. In large-scale, you can't risk subtle behavior change that still compiles. That's the source of many black magic debugging sessions.
1 comments

Grepping and replacing import paths isn't a good tool for finding subtle behavior changes. Especially in big projects.
Yeah, but checking each line of code that uses the import is. Especially in big projects.