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

Simplify interface #9

Open
superbobry opened this issue Jan 3, 2013 · 3 comments
Open

Simplify interface #9

superbobry opened this issue Jan 3, 2013 · 3 comments

Comments

@superbobry
Copy link
Collaborator

I think we should choose between /2 and /3 functions and remove parse_* and format_* from the export list -- there should be only one way of doing things.

@ghost ghost assigned si14 Jan 3, 2013
@si14
Copy link
Contributor

si14 commented Jan 6, 2013

I'm not sure that this is a good idea because:

  1. we will break some code
  2. sometimes the former is handier and sometimes the latter.

@superbobry
Copy link
Collaborator Author

  1. This will be a separate release.
  2. I don't see how tempo:format(..., {tag, Value}) is different from tempo:format_now(..., Value); plus, the former looks more extensible.

@si14
Copy link
Contributor

si14 commented Jan 12, 2013

Regarding 2nd point — well, sometimes it's just handier to avoid such boxing. But maybe you are right and we should drop it.

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

No branches or pull requests

2 participants