|
|
|
|
|
by orf
3634 days ago
|
|
> I HAVE worked on transitioning several large codebases from 2 to 3 and in each case this has been months of work, incurring completely unjustified costs Out of interest whats the biggest time sink while doing this? I've had a lot of luck using 2to3 and with decent test coverage and a UAT environment that people can access, its not exactly months and months of work changing "xrange" to "range", and "print" to "print()" |
|
You were indeed very lucky if all projects you've worked on had decent test coverage.