You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 19, 2019. It is now read-only.
These rules may add, overwrite or emphasize pep8 ones:
Don't put large code with multiple actions in one line. Split it into several lines in accordance with functional logic
Give sensible names for functions, vars and constants.
Function's name should be started with verb and shortly describe what fnc do.
Constants should be written using UPPER case