Code Monkey home page Code Monkey logo

Comments (3)

desruisseaux avatar desruisseaux commented on September 24, 2024

Should we really provide such default method? In the collection framework, all default methods provide a default implementation that fulfill the method contract documented in the javadoc. They may not be optimal - subclasses override those default methods for providing a more efficient implementation - but not for changing their behavior.

In the case of isLinear(), a default implementation returning isIdentity() does not fulfill the method contract. A return value of true means that the converter is linear (okay), but a return value of false does not mean that the converter is non-linear. It does not seem to me that the javadoc allowed this flexibility.

from unit-api.

keilw avatar keilw commented on September 24, 2024

Currently the same is done in AbstractConverter. At least for isIdentity(). Which always seems to be false except in the actual Identity converter class.
If you think isLinear() may better be excluded from providing a default, please create a separate ticket.

from unit-api.

desruisseaux avatar desruisseaux commented on September 24, 2024

Filled a new issue #76. As explained in this issue, I think it is okay to have those default implementation in AbstractConverter. Only in Unit-API, I think we should not not provide any default method except when we can do that in a way that really fulfill the method contract. For the reference implementation, this is different for the reason explained in #76.

from unit-api.

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.