uber / uber/h3

h3ToComponents rename to cellToComponents

Open
#730 2 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.