Email or username:

Password:

Forgot your password?
Aleksei � Matiushkin

There is an easy way to become a better developer: create and maintain your own library, supporting the last ten releases of all the dependencies and never breaking a backward compatibility, even between major versions.

2 comments
Aleksei � Matiushkin

Another pro tip: provide pull requests for all the libraries you use on a daily basis, including, but not limited to the language core itself.

Aleksei � Matiushkin

More about versions: each and every software out there might have only three kinds of major versions.

0 — API might have changed, deprecating, but still supporting old calls
1 — API might have extended
2 — Done, bug fixes only might happen

Go Up