Updated Coding Standards (markdown)

Rushabh Mehta
2019-02-07 07:14:36 +05:30
parent b442b85cc9
commit 241d57ba04

@@ -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)