VSCodeVim/Vim

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

Open

#522 ouverte le 26 juil. 2016

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)TypeScript (1 271 forks)batch import
help wantedkind/refactorsize/S

Métriques du dépôt

Stars
 (12 664 stars)
Métriques de merge PR
 (Merge moyen 9j 13h) (7 PRs mergées en 30 j)

Description

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.

Guide contributeur