Skip to content

Commit 06c58a0

Browse files
committed
update contributing.md
1 parent 0655bd0 commit 06c58a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Always use auto-qualified keywords (e.g. `::copy`) for subscriptions, events and
7878

7979
We use [malli](https://github.com/metosin/malli) to describe the shape of our app db and selectively validate incoming data (e.g. file loading). We also use this spec to generate default values. You can optionally enable full db validation on dev mode (see `renderer.dev` namespace).
8080

81-
[Flat arrow function schemas](https://github.com/metosin/malli/blob/master/docs/function-schemas.md#flat-arrow-function-schemas) are used selectively on critical namespaces, like `renderer.utils.bounds`. Runtime instrumentation can also be enabled on dev environment.
81+
[Flat arrow function schemas](https://github.com/metosin/malli/blob/master/docs/function-schemas.md#flat-arrow-function-schemas) are selectively applied to pure and critical namespaces, such as utils and handlers. By default, function schemas and full db validation are instrumented only during tests to avoid performance overhead. However, runtime instrumentation can also be enabled in the development environment.
8282

8383
## Useful development shortcuts
8484

0 commit comments

Comments
 (0)