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

"Try searching for ___" #11

Closed
mgold opened this issue Jan 14, 2015 · 1 comment
Closed

"Try searching for ___" #11

mgold opened this issue Jan 14, 2015 · 1 comment

Comments

@mgold
Copy link
Contributor

mgold commented Jan 14, 2015

As noted on the list, all libraries recommend searching for functions found in the core. Options:

  1. Hard-code elm-lang/core to use |> or map and omit the sentence from 3rd party libraries.
  2. Hard code as above, and use the first function or type exported by 3rd party libraries.
  3. "scan through the package and pick out the most common three letter sequence"

I think 3. is way too much work at the moment for minimal payoff. I'd be happy to look at 1 or 2.

@evancz
Copy link
Member

evancz commented Jan 16, 2015

I think 1 is the best alternative to 3. I think it can fit all or mostly in the Component.Package.Search module, but I'm not sure. Go for it :)

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