VSCodeVim/Vim
GitHub で見るUse objects as poor man's keyword arguments for some functions
Open
#522 opened on 2016年7月26日
help wantedkind/refactorsize/S
Repository metrics
- Stars
- (12,664 stars)
- PR merge metrics
- (平均マージ 9d 13h) (30d で 7 merged PRs)
説明
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.