Y
Hacker News
new
|
ask
|
show
|
jobs
by
almost
5538 days ago
Python has 2to3 which is the same kind of thing
1 comments
Queue29
5538 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.
link
almost
5538 days ago
That appears to be true for gofix too and probably any tool of that kind...
link
rogpeppe
5535 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