VSCodeVim/Vim

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

Open

#522 建立於 2016年7月26日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)TypeScript (1,271 fork)batch import
help wantedkind/refactorsize/S

倉庫指標

Star
 (12,664 star)
PR 合併指標
 (平均合併 9天 13小時) (30 天內合併 7 個 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.

貢獻者指南