mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-12 17:23:38 +00:00
Updated Coding Standards (markdown)
@@ -69,4 +69,10 @@ If you are implementing business logic like calculations, or setting a value bas
|
||||
|
||||
### Commit Messages
|
||||
|
||||
Commit messages must follow the conventional commit specifications (https://www.conventionalcommits.org/en/v1.0.0-beta.2/)
|
||||
Commit messages must follow the conventional commit specifications (https://www.conventionalcommits.org/en/v1.0.0-beta.2/)
|
||||
|
||||
### Code Comments
|
||||
|
||||
While we believe that code should be written in a self explanatory way, comments will go a long way in expressing "why" the code is written in a particular manner.
|
||||
|
||||
We don't expect heavily commented code, but some explanation of what a method does is required. [Read this post](http://antirez.com/news/124) on why code commenting is important.
|
||||
Reference in New Issue
Block a user