Update CONTRIBUTING.md

Co-authored-by: Christian Clauss <cclauss@me.com>
This commit is contained in:
vinayak
2020-05-03 20:07:47 +05:30
committed by GitHub
parent 1fd3a0dc4a
commit abb90661a5

View File

@ -38,7 +38,7 @@ Algorithms should be packaged in a way that would make it easy for readers to pu
Algorithms should:
* have intuitive class and function names that make their purpose clear to readers
* use Javascript naming conventions and intuitive variable names to ease comprehension
* use JavaScript naming conventions and intuitive variable names to ease comprehension
* be flexible to take different input values
* have Javascript type hints for their input parameters and return values
* raise Javascript exceptions (ValueError, etc.) on erroneous input values