Open leifurhauks opened 8 years ago
+1 @leifurhauks. I support dropping Python 2 support :)
In JavaScript there is something called Callback Hell, it makes things very hard to read, troubleshoot and understand. Python 2 was not meant to be asynchronous so there are very limited things that could be done to avoid callback hell related issues without rewriting everything from scratch and I think that, in the effort of future proofing our code we should indeed drop support for Python 2.
Yes, the current code base could be restructured to allow for better debugging and make it easier to read and understand but I think the development efforts should be aimed towards the future of the technologies rather than using what's old and somewhat hacky.
So, +1 @leifurhauks
We are seeking input from the community about the need for goblin to support python 2.7. Are you using goblin with python2? If you are using, or planning to use, goblin, please comment below and let us know what version of python you are using.
We are seriously considering dropping support for python 2.7 for several reasons, including (but not limited to) the following: