aboutcode-org / aboutcode-org/commoncode
Replace with standard libraries such as pathlib
Ouverte
- Langage dominant
- Python
- Étoiles
- 4
- Forks
- 23
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
A lot of the code in certain files, such as `src/commoncode/paths.py` and `src/commoncode/filetype.py` and possible others can be replaced by standard methods from the `pathlib` module. This has a few benefits:
1. less maintenance on your part
2. `pathlib` has seen more testing than your code
3. possible optimisations in `pathlib`
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.