Email or username:

Password:

Forgot your password?
Top-level
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.

1 comment
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