After you've done some functional programming, you start to wonder how you ever could have considered methods on a “Point” class a good idea
2
19
6
@stilkov What do you mean with "Point" class?
1
Replying to @dkrizic
@dkrizic A class with two or three coordinates. And the kind of method I'm referring to is something like "distance"

Sep 12, 2013 · 7:53 AM UTC

1
Replying to @stilkov
@stilkov Ok, "Point" literally. A method like double d = p1.distance( p2 ); ?
1
@dkrizic Yes. So many concepts conflated in that example.
1