编码指南

以下条目由OpenERP质量团队维护并且作为质量审查的一部分。 包含了OpenERP的推荐的/不推荐的实现方式,以及通用的Python编程建议。

这两部分是每一个OpenERP的开发、贡献者都必须阅读的。

请谨记以下几条通用的规则:

你写的每一行代码将会多次被别人(包括你自己)阅读

At the risk of stating the obvious, this means that while following the other guidelines, you should always use your best judgment in order to achieve the best readability. And if writing readable code requires an additional effort, it’s worth it a thousand times.