|
|
|
|
|
by dmitriid
1570 days ago
|
|
1. You build your project, and it fails in the places where API changed. IDEs can even pinpoint those locations without building a project 2. You run tests and they fail if the behavior changed Literally nowhere is "oh, do an automatic search/replace of imports" is a tool for fixing your project or figuring out necessary changes. Except in go, apparently. |
|