Skip to content

Commit 5a7affc

Browse files
committed
update docusaurus
1 parent 5d51eb2 commit 5a7affc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Majority of the data should be immutable with use of `Readonly`, `ReadonlyArray`
113113

114114
Using readonly type prevents accidental data mutations, which reduces the risk of introducing bugs related to unintended side effects.
115115

116-
When performing data processing always return new array, object etc. To keep cognitive load for future developers low, try to keep data objects small.
116+
When performing data processing always return new array, object etc. To minimize cognitive load for future developers, aim to keep data objects flat and small.
117117
As an exception mutations should be used sparingly in cases where truly necessary: complex objects, performance reasoning etc.
118118

119119
```ts

0 commit comments

Comments
 (0)