Skip to content

Commit

Permalink
Update src/docs/tipsForReusableCode.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: James Sheasby Thomas <[email protected]>
  • Loading branch information
kimon-satan and rightsaidjames authored Feb 28, 2024
1 parent f108e8c commit 9f74114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/tipsForReusableCode.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ If the change is minor and likely to be useful to other consumers of the compone
Whilst this is probably the easiest to implement, it comes with the following dangers:

- A progressively more complex component which is harder to understand and maintain (the swiss army knife effect)
- A risk of regressions to other components which use this component: check snapshots and tests carefully
- A risk of regressions to other components which use this component; check snapshots and tests carefully

## Should I create a new component ?

Expand Down

0 comments on commit 9f74114

Please sign in to comment.