Open ajfriend opened 3 years ago
Lots of potential shorthand names come up in my mind: c
for coordinate, m
for mercator, p
for point, l
for location. Fully generic names like a
or x
for "I don't care". ;)
Being consistent across the codebase is secondary to being clear within a function in the codebase, though. Maybe for the benefit of people reading the source code we don't have a shorthand at all and just LatLng latlng = ...
instead?
As mentioned in this issue, do we want to come up with and use a good, standard short variable name for
LatLng
variables?ll
?g
?