mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-10 14:22:53 +08:00
Update CONTRIBUTING.md
Co-authored-by: Christian Clauss <cclauss@me.com>
This commit is contained in:
@ -71,7 +71,7 @@ To maximize the readability and correctness of our code, we require that new sub
|
|||||||
|
|
||||||
```
|
```
|
||||||
- Avoid using global variables and avoid '=='
|
- Avoid using global variables and avoid '=='
|
||||||
- use 'let' over 'var'
|
- Please use 'let' over 'var'
|
||||||
- Better to use ECMAScript 6
|
- Better to use ECMAScript 6
|
||||||
- Avoid importing external libraries for basic algorithms. Only use those libraries for complicated algorithms.
|
- Avoid importing external libraries for basic algorithms. Only use those libraries for complicated algorithms.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user