Skip to content

Commit

Permalink
fix: replace to Blazej copy suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
kubabutkiewicz committed Oct 21, 2024
1 parent 44f08d7 commit 676ef8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contributingGuides/STYLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ report ? report.reportID : '-1';

### Extract complex types

Complex types, such as objects in function parameters, should be extracted into separate type definitions. Callbacks in function parameters should be extracted if they have possibility to be reused somewhere else.
Advanced data types, such as objects within function parameters, should be separated into their own type definitions. Callbacks in function parameters should be extracted if there's a possibility they could be reused somewhere else.

```ts
// BAD
Expand Down

0 comments on commit 676ef8c

Please sign in to comment.