Use nicer variable names in compiled code
Open
cleanup
- Dominant language
- Python
- Stars
- 4.4k
- Forks
- 142
- PR merge metrics
- No merged PRs in 30d
Description
Instead of `_coconut_something`, we could try just `_something` or even `_s`, but would have to be careful to only do so if that variable name was never used anywhere else.
Contributor guide
Assessment
This issue has not been assessed yet.