Skip to content

Commit f8a78b3

Browse files
itsvinayakcclauss
andauthored
Update CONTRIBUTING.md
Co-authored-by: Christian Clauss <cclauss@me.com>
1 parent abb9066 commit f8a78b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ Algorithms should:
4040
* have intuitive class and function names that make their purpose clear to readers
4141
* use JavaScript naming conventions and intuitive variable names to ease comprehension
4242
* be flexible to take different input values
43-
* have Javascript type hints for their input parameters and return values
4443
* raise Javascript exceptions (ValueError, etc.) on erroneous input values
4544

4645
Algorithms in this repo should not be how-to examples for existing Javascript packages. Instead, they should perform internal calculations or manipulations to convert input values into different output values. Those calculations or manipulations can use data types, classes, or functions of existing Javascript packages but each algorithm in this repo should add unique value.

0 commit comments

Comments
 (0)