Skip to content

Commit

Permalink
Update inversion-of-control.mdx (#535)
Browse files Browse the repository at this point in the history
4 booleans so 2^4=16 unique combinations
  • Loading branch information
yohoji authored Feb 11, 2025
1 parent 0c1a355 commit 88d6ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/blog/inversion-of-control.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ filter([0, 1, undefined, 2, null, 3, 'four', ''], { filterEmptyString: true })
```

Alright, so we literally only have six use cases that our app cares about, but
we actually support any combination of these features which is 25 (if I did my
we actually support any combination of these features which is 16 (if I did my
math right).

And this is a pretty simple abstraction in general. I'm sure it could be
Expand Down

0 comments on commit 88d6ea6

Please sign in to comment.