|
|
|
|
|
by badsectoracula
1487 days ago
|
|
Certainly, Python 2 to Python 3 was harder due to all the dependencies and having to convert the entire program. My argument isn't really about migration is about not having to migrate if you don't need the features while not losing anything - by opting in to the new features/changes you can use whatever you want without wasting time on changing your code to do the same stuff just in a different way (unless you decide that this different way is actually better and worth doing, but that'd be your choice and not something indirectly forced on you by the ecosystem you decided at an earlier point in time to rely on). |
|