VSCodeVim/Vim

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

オープン

#522 opened on 2016/07/26

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)TypeScript (1,271 件のフォーク)batch import
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.

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