Style of Coding for frappe "Standard" Open-Alt
Posted: Thu Mar 12, 2020 7:31 pm
We applying this references for three reasons:
Contribution Guidelines from Frappe: ""Important""
https://github.com/frappe/erpnext/wiki/ ... uidelines
Python PEP8
https://www.python.org/dev/peps/pep-0008/
JavaScript coding-style
https://javascript.info/coding-style
^_^
- make the code readable and understandable.
make all team members writing code in the same way
Accepting Open-alt contribution in frappe community
Contribution Guidelines from Frappe: ""Important""
https://github.com/frappe/erpnext/wiki/ ... uidelines
Python PEP8
https://www.python.org/dev/peps/pep-0008/
JavaScript coding-style
https://javascript.info/coding-style
^_^