[
https://issues.apache.org/jira/browse/GEOMETRY-31?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16726659#comment-16726659
]
Gilles commented on GEOMETRY-31:
--------------------------------
bq. chance I'm overthinking this
No; I like it when the concept can be expressed concisely.
There are many little things which we can overlook in such a large code; that's
one of the reasons I've proposed that we make a beta version for the first
release.
> Standardize Method Names with commons-numbers
> ---------------------------------------------
>
> Key: GEOMETRY-31
> URL: https://issues.apache.org/jira/browse/GEOMETRY-31
> Project: Apache Commons Geometry
> Issue Type: Task
> Reporter: Matt Juntunen
> Priority: Major
>
> There are many general operations that are common between classes in
> commons-numbers and commons-geometry but that use different method names. The
> table below captures these discrepancies (at least the ones I've found) and
> the name that I think we should standardize on.
> ||commons-numbers||commons-geometry||suggested standard||
> |norm()|getNorm()|norm()|
> |normSq()|getNormSq()|normSq()|
> |inverse()|getInverse()|inverse()|
> |multiply(double)|scalarMultiply(double)|multiply(double)|
>
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)