DEV Community

Discussion on: Top 5 Programming Languages Every Software Developer Should Learn

Collapse
 
jmccabe profile image
John McCabe

This is a huge bugbear of mine, since I first looked at Java v1 and every few weeks (it seemed) at the time there was a new version that cadded loads of new functions and deprecated others. C++ has been going through this to some extent recently with auto_ptr, lock_guard (?) etc; I think 3 years is too short a release cycle when you're trying to make think your language is suitable for "professional" programming. And the move from Python 2 to Python 3 was a disaster that was only really resolved after the Raspberry Pi was released and encouraged the adoption of Python 3.

Compare this to development