Y
Hacker News
new
|
ask
|
show
|
jobs
by
Queue29
5536 days ago
There are a lot of things 2to3 can't fix, so the user has to go back and change things by hand anyway.
1 comments
almost
5536 days ago
That appears to be true for gofix too and probably any tool of that kind...
link
rogpeppe
5534 days ago
it's less of a problem for gofix because Go's static typing means it's easy to be much more precise about which methods and functions are actually being used.
link