help wantedkind/refactorsize/S
仓库指标
- 星标
- (12,664 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
A couple of our functions have a few trailing boolean arguments, which makes invocations impossible to read.
Make these arguments into objects and use destructuring to improve readability.