VSCodeVim/Vim

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

Open

#522 创建于 2016年7月26日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)TypeScript (12,664 star) (1,271 fork)batch import
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.

贡献者指南