aboutcode-org / aboutcode-org/commoncode
Replace with standard libraries such as pathlib
Đang mở
- Ngôn ngữ chính
- Python
- Star
- 4
- Fork
- 23
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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`
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.