help wantedkind/refactorsize/S
描述
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.
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.