VSCodeVim/Vim

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

Offen

#522 geöffnet am 26.07.2016

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

Repository-Metriken

Stars
 (12.664 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

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