[
https://issues.apache.org/jira/browse/NUMBERS-162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Herbert closed NUMBERS-162.
--------------------------------
> Use "of" as method name
> -----------------------
>
> Key: NUMBERS-162
> URL: https://issues.apache.org/jira/browse/NUMBERS-162
> Project: Commons Numbers
> Issue Type: Wish
> Reporter: Gilles Sadowski
> Priority: Trivial
>
> Whenever it improves readability, prefer {{of}} as a method name.
> Examples:
> {code:java}
> final double r = LinearCombination.of(a, b, c, d);
> final double s = Summation.of(a, c);
> {code}
> instead of
> {code:java}
> final double r = LinearCombination.value(a, b, c, d);
> final double s = Summation.value(a, c);
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)