VSCodeVim/Vim

Use objects as poor man's keyword arguments for some functions

Open

#522 opened on 2016年7月26日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)TypeScript (1,271 forks)batch import
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.

コントリビューターガイド