h3ToComponents rename to cellToComponents
Open
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 6.5k
- Forks
- 627
- Avg merge
- 3d 21h
- Merged PRs (30d)
- 6
Description
In keeping with the 4.0.1 functional renames, should h3ToComponents be renamed to cellToComponents?
[build]$ ls -l bin/h3*
-rwxrwxr-x. 1 user group 23520 Nov 14 15:24 bin/h3
-rwxrwxr-x. 1 user group 23600 Nov 14 15:24 bin/h3ToComponents
-rwxrwxr-x. 1 user group 23432 Nov 14 15:25 bin/h3ToHier
$ ./bin/h3ToComponents --help
./bin/h3ToComponents: Converts H3 indexes to component parts
H3 4.0.1
-h, --help Show this help message.
-v, --verbose Verbose output mode.
-i, --index <index> Index, or not specified to read indexes from standard input.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the generated bin/h3ToComponents executable and run ./bin/h3ToComponents --help to understand its current name and interface. Trace where this command is defined or built, then check for references to h3ToComponents alongside bin/h3ToHier. Done means the rename is consistent with the 4.0.1 functional naming and the command still reports the same conversion purpose.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- cli
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100