Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More universal methods in the main package #41

Open
3 tasks
axefrog opened this issue Mar 26, 2017 · 0 comments
Open
3 tasks

More universal methods in the main package #41

axefrog opened this issue Mar 26, 2017 · 0 comments

Comments

@axefrog
Copy link
Member

axefrog commented Mar 26, 2017

I want the main package to expose more methods that are interchageable among collections, including methods for shallow getting/setting, iteration, and for creating new collections and so forth.

  • Collection-creation functions; var list = Collectable.List()
  • As per Custom import generator #40, export a full set of (optional) exports, providing a set of namespaced functional interfaces, but with the prepackaged convenience offered by the Immutable.js approach.
  • Universal methods, e.g. get() and set(), that looks at the collection type to determine which operation to perform.
@axefrog axefrog added the impl label Mar 26, 2017
@axefrog axefrog added this to the 1.0 Release milestone Mar 26, 2017
@axefrog axefrog added this to Backlog in 1.0 Release Mar 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant