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

clojure.core/some has too many examples #12

Open
arrdem opened this issue Oct 10, 2015 · 1 comment
Open

clojure.core/some has too many examples #12

arrdem opened this issue Oct 10, 2015 · 1 comment
Assignees

Comments

@arrdem
Copy link
Contributor

arrdem commented Oct 10, 2015

Maybe it's just the formatting as it stands, but some has a lot of examples and some could probably be eliminated.

http://conj.io/store/v1/org.clojure/clojure/1.7.0/clj/clojure.core/some

@arrdem arrdem self-assigned this Oct 10, 2015
@danielcompton
Copy link
Collaborator

There are two major themes in these examples:

  • Using sets or maps as function predicates.
  • Using functions as predicates.

The examples can probably be reduced to these two cases. Also, the styling of the doc page makes each example stand out quite a lot. If the separation between each example was de-emphasised this may not be such a big problem.

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