VSCodeVim/Vim
Use objects as poor man's keyword arguments for some functions
オープン
#522 opened on 2016/07/26
help wantedkind/refactorsize/S
Repository metrics
- Stars
- (12,664 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
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.