help wantedkind/refactorsize/S
仓库指标
- Star
- (12,664 star)
- PR 合并指标
- (平均合并 9天 13小时) (30 天内合并 7 个 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.