Development Team/Code guidelines: Difference between revisions
| Line 11: | Line 11: | ||
= It's all about communication = | = It's all about communication = | ||
Your code will run as interpreted by the Python interpreter, but other people won't be able to efficiently work with it if you don't address | Your code will run as interpreted by the Python interpreter, but other people won't be able to efficiently work with it if you don't address people as well when writing it. Write your code first for people and secondarily for the machine. | ||
= Consistency = | = Consistency = | ||