Kaszanas / Kaszanas/pysc2_evolved
Use Keyword Arguments Explicitly Everywhere
Open
- 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
Assessment
This issue has not been assessed yet.