We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e7387e commit 3ebdb55Copy full SHA for 3ebdb55
CONTRIBUTING.md
@@ -54,6 +54,7 @@ Please:
54
* Use `def` for read-only properties unless there is a compelling reason it should be a `val`
55
(i.e., the spec definitively states it is constant)
56
* Use `Double` for integer-values that can fall outside the range of `Int`
57
+* Prefer adding overloads instead of using union `|` types for method and constructor parameters
58
* Add scaladocs via copy-paste from MDN
59
60
0 commit comments