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
Kami Development edited this page Nov 28, 2016
·
2 revisions
Code
Follow general PEP 8 conventions: 4 space indent, CamelCase classes, lower_case_with_underscores for functions, methods and variables, UPPER_CASE_WITH_UNDERSCORES for "constants" et cetera.
Ongoing work takes place on the develop branch and official releases are merged into the master branch. These branches are built nightly on Travis CI and should always pass automated tests. New features are worked on in feature branches. Such branches are shortlived and should either be merged into develop or abandoned.
This is the default setup used by Git Flow, which we use for development. Gitflow is not a requirement, it is just a tool to make our preferred kind of workflow easier.