GabeDottl / NineSlashNine-PythonAutocomplete

Other
0 stars 0 forks source link

Auto-standardize on conventions #21

Open GabeDottl opened 5 years ago

GabeDottl commented 5 years ago

For example, 'recursive' parameter name instead of 'recurse' because it's used vastly more often as a parameter name and is synonymous.

Standard variable naming styles across a codebase (e.g. consistent abbreviations - module_key, not mk, etc.)