cpmbits / cpmbits/cpm

Improve readability by importing constants individually in the modules

Open
#175 0 comments 0 reactions 0 assignees View on GitHub
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

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.