aboutcode-org / aboutcode-org/commoncode

Replace with standard libraries such as pathlib

Open
#101 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
4
Forks
23
PR merge metrics
No merged PRs in 30d

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`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.