Improve readability by importing constants individually in the modules
Open
concern
- Dominant language
- Python
- Stars
- 11
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Import the following:
https://github.com/jorsanpe/cpm/blob/68d0b9d61a07f0755888c7be7b8ffe65dc4b4869/cpm/domain/project_commands.py#L8
like:
```python
from constants import BUILD_DIRECTORY
```
to avoid noise in the code.
Contributor guide
Assessment
This issue has not been assessed yet.