Update CONTRIBUTING.md

Co-authored-by: Christian Clauss <cclauss@me.com>
This commit is contained in:
vinayak
2020-05-03 20:09:00 +05:30
committed by GitHub
parent 5267cbaa6a
commit 8c2aa0f296

View File

@@ -72,7 +72,7 @@ To maximize the readability and correctness of our code, we require that new sub
```
- Avoid using global variables and avoid '=='
- Please use 'let' over 'var'
- Better to use ECMAScript 6
- We strongly recommend the use of ECMAScript 6
- Avoid importing external libraries for basic algorithms. Only use those libraries for complicated algorithms.