|
|
|
|
|
by toolslive
2810 days ago
|
|
Java IDEs have good support for refactoring since the late 90s: - rename/move class (and autoupdate all references)
- change method signature
most of it is just stating what you want and the tool does it for you. I don't see that level of support from python IDEs.https://news.ycombinator.com/item?id=9671783 |
|