Skip to content

Commit 2e1ebe3

Browse files
Wording change: Don't use asserts for validating argument types (webmachinelearning#518)
* Wording change: Drop arg type assertions for methods defined by WebIDL These don't improve readability of the spec. To keep this commit focused, it does not touch similar assertions for internal algorithms. (Also, convert one NOTE into an ISSUE since it represents pending spec work.) For webmachinelearning#455 * Wording change: Convert algorithm type assertions into parameter types Improve internal algorithm readability by including the type of parameters in the declaration of the algorithm, rather than as assertions. This commit just touches the algorithms with assertions. Other algorithms could be improved with parameter type declarations, but that'll be a follow-up. For webmachinelearning#455
1 parent fb191ce commit 2e1ebe3

File tree

1 file changed

+10
-78
lines changed

1 file changed

+10
-78
lines changed

0 commit comments

Comments
 (0)