VSCodeVim/Vim

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

开放

#522 创建于 2016年7月26日

 (1 条评论) (0 个反应) (0 位负责人)TypeScript (1,271 个派生)batch import
help wantedkind/refactorsize/S

仓库指标

星标
 (12,664 个星标)
PR 合并指标
 (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.

贡献者指南