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

consistent function naming #2

Open
robertluo opened this issue Jun 15, 2013 · 0 comments
Open

consistent function naming #2

robertluo opened this issue Jun 15, 2013 · 0 comments

Comments

@robertluo
Copy link

The names of functions/macros in monads.core namespace are not so consistent, some starts with a 'm', like mdo, mfail, some does not, like tell, asks. What if remove all the 'm' prepend, encourage user to do so:

(require '[monads.core :as m])
(m/do ....)
(m/fail ....)
(m/tell ....)
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

1 participant