Deprecate longwinded method names #59
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Addresses #58
Some of the method names could be simplified, in keeping with the Ruby naming conventions.
Changes
Still thinking about some of these 🤔
h3_to_parent
=>parent
max_h3_to_children_size
=>max_children
h3_to_children
=>children
h3_resolution
=>resolution
h3_base_cell
=>base_cell
string_to_h3
=>from_string
h3_pentagon?
=>pentagon?
h3_res_class_3?
=>class_3_resolution?
h3_valid?
=>valid?
h3_to_string
=>to_string
h3_faces
=>faces
geo_to_h3
=>from_geo_coordinates
h3_to_geo
=>to_geo_coordinates
h3_to_geo_boundary
=>to_boundary
num_hexagons
=>hexagon_count
res_0_index_count
=>base_cell_count
res_0_indexes
=>base_cells
h3_distance
=>distance
h3_line_size
=>line_size
h3_line
=>line
h3_indexes_neighbors?
=>neighbors?
h3_unidirectional_edge_valid?
=>unidirectional_edge_valid?
h3_unidirectional_edge
=>unidirectional_edge
h3_indexes_from_unidirectional_edge
=>origin_and_destination_from_unidirectional_edge
h3_unidirectional_edges_from_hexagon
=>unidirectional_edges_from_hexagon
h3_unidirectional_edge_boundary
=>unidirectional_edge_boundary