Kaszanas / Kaszanas/pysc2_evolved

Use Keyword Arguments Explicitly Everywhere

Open
#9 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
3
Forks
0
PR merge metrics
No merged PRs in 30d

Description

This convention may be uncommon, especially for people working with different languages. For me personally, this way is superior, especially because when any API/Interface change occurs Python Interpreter immediately complains that a keyword argument is incompatible. Another consequence is that the order of arguments stops being important (no way to pass arguments in the incorrect order).

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.