[FEA] Public header and detail header files should have the same names
Open
breaking
feature request
good first issue
improvement
libcudf
- Dominant language
- C++
- Stars
- 9.8k
- Forks
- 1.1k
- Avg merge
- 3d 6m
- Merged PRs (30d)
- 278
Description
As the title said, the public and detail headers should have the same names. Currently there are some inconsistencies between them. For example:
* Public header: `cudf/copying.hpp`,
* Detail header: `cudf/detail/copy.hpp`.
We should change the file names to make them consistent.
Contributor guide
Assessment
This issue has not been assessed yet.