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

Avoid List (or any other LinearSeq) for indexed accesses #10

Open
mpasa opened this issue Jan 2, 2019 · 2 comments
Open

Avoid List (or any other LinearSeq) for indexed accesses #10

mpasa opened this issue Jan 2, 2019 · 2 comments

Comments

@mpasa
Copy link

mpasa commented Jan 2, 2019

A lot of people new to Scala tend to use List as the Java's interface, without knowing that is a Linked List. Maybe we can add a new section for data structures/collections?

@nrinaudo
Copy link
Owner

nrinaudo commented Jan 2, 2019

Interesting thought. I like the idea of a section on data structures and collections - and actually started off with one - but with the collection redesign looming close, I'm worried that it'll be obsolete before it's even released :)

If you have suggestions for other things that should go in the collections section, please post them! Enough of them (that I can confirm still apply in 2.13) and I'll get to it.

@mpasa
Copy link
Author

mpasa commented Jan 2, 2019

Yes, maybe it's better to wait for 2.13 with the new collections. RC1 is due by January 30, so I don't think we will have to wait a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants