Most Powerful Open Source ERP

Guideline Abbreviations Are Not Allowed In ERP5 Code

Code must be understandable.
  • Last Update:2017-04-06
  • Version:001
  • Language:en

Abbreviations Are Not Allowed In ERP5 Code

Use explicit naming instead and no abbreviations to make code easily readable by other developers and be able to understand you wrote after some time has passed.

Good Example:

last_portal_type
portal_type
types_tool
portal_type_list
right_hand_side_symbol_length

Bad Example:

lstpt
pt
ptlst
rhs_len