mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-12 17:23:38 +00:00
Updated Coding Standards (markdown)
@@ -79,4 +79,8 @@ We don't expect heavily commented code, but some explanation of what a method do
|
||||
|
||||
### Don't Delete Test Data
|
||||
|
||||
Don't delete test data, specially fixtures while writing tests. If you want, create new fixtures and delete them.
|
||||
Don't delete test data, specially fixtures while writing tests. If you want, create new fixtures and delete them.
|
||||
|
||||
### Tabs, not spaces
|
||||
|
||||
Please don't ask why, this has been the legacy. (Also, tabs use fewer bytes)
|
||||
Reference in New Issue
Block a user