GithubHelp home page GithubHelp logo

Comments (3)

adam1929 avatar adam1929 commented on July 30, 2024

Sorry @ursusursus API is already defined and we are not able to change it -- technically speaking it is possible and it is easy, but unfortunately it will hit all existing customers :-/

from exponea-android-sdk.

ursusursus avatar ursusursus commented on July 30, 2024

how so? if hashmap extends map, then all callsites should work even if library changes api to map, no?

from exponea-android-sdk.

adam1929 avatar adam1929 commented on July 30, 2024

No, this is opposite.
Hashmap extends from Map AND MutableMap. So you may put items to hashmap at any time and that instance will be updated (technically speaking Hashmap has 'set' operator).
Map is "only" map. So you are unable to put items to existing instance, you'll get a new 'map' instance but a original one will not be updated (has only 'plus' operator).
So from this, you may imagine a case that developer will create a var props = PropertiesList(data) and then he'll put items into 'data' rather than 'props'. His result will have same result. If we change it to 'Map', he'll get a compilation error.
But back to original question -> you are right that Map has to be used in these cases, with no doubt. But we already release it as part of SDK API and we are unable to change it because it will hit all existing developers and it forces them to reimplement their part of code (potentially).

from exponea-android-sdk.

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.