summaryrefslogtreecommitdiff
path: root/doc/codingstyle.txt
blob: e1359a9ef0e78aa27ac0a919e4cb4acba9786fa0 (plain)
1
2
3
4
5
6
7
8
9
the following will make ben happy:
lower case attributes, variables, function names
upper case classes
4-space indentation
short variable names that are english words
no unnecessary positional arguments, use named arguments

not loading yaml files and dumping the output and then editing it
pull before you commit, so as not to generate spurious merge commits