Code Monkey home page Code Monkey logo

Comments (5)

mjaschen avatar mjaschen commented on August 26, 2024 1

Hi!

Thanks for your comment. I thought a lot about the naming of the class myself and came to the conclusion to change it into something more common. My current favorite name is Point :-)

from phpgeo.

mjaschen avatar mjaschen commented on August 26, 2024 1

Hi,

I just pushed the first commit to the 4.0 milestone. The Coordinate class was renamed to Point. I don't have a due date for this milestone yet, probably sometime later in 2020.

The 4.0 change log can be found here: https://github.com/mjaschen/phpgeo/blob/milestone/4.0/CHANGELOG.md

from phpgeo.

omissis avatar omissis commented on August 26, 2024

I see.. I definitely see a use for a Point class(as well as other shapes, such a Polyline and a Radius, for example), but I'd keep coordinates within those. jm2c ofc :)
Thanks for the quick reply! :)

from phpgeo.

bmeynell avatar bmeynell commented on August 26, 2024

Stellar library @mjaschen! 💪
Chiming in because I love these types of discussions because I always learn something.

@omissis: Thoughts on below?

  • Point(float $position)
  • PointPair(Point $latitude, Point $longitude)
  • Coordinate(PointPair $points, Ellipsoid $ellipsoid = null)

I'm 👎 for Coordinates (plural) because that would imply a collection of Coordinate objects (to me, anyway).

from phpgeo.

omissis avatar omissis commented on August 26, 2024

@bmeynell sorry to get to answer your question so late! I'd be more for Coordinates as it's how someone would commonly use the term (think telling someone "tell me your coordinates": the result will be made of a latitude and a longitude). I understand the "Coordinates make me think of an array of Coordinate" kind of thinking, but I would dispute that's how (some/most) programmers think(so there's a clear bias): that's not necessarily bad(the library is for programmers after all), but it's not how the term is used in its original context.

from phpgeo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.