VSCodeVim/Vim

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

Open

#522 geöffnet am 26. Juli 2016

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (1.271 Forks)batch import
help wantedkind/refactorsize/S

Repository-Metriken

Stars
 (12.664 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 9T 13h) (7 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide