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

Add ability to do lots of business at the same time #1

Open
mbramson opened this issue Mar 15, 2017 · 0 comments
Open

Add ability to do lots of business at the same time #1

mbramson opened this issue Mar 15, 2017 · 0 comments

Comments

@mbramson
Copy link
Owner

mbramson commented Mar 15, 2017

Currently, users can only do one business. It would be great if we could say how much business to do and do that much business.

Currently, all our users can do is:

irb> Business.new.perform
"Business"

It would be great if they could do this:

irb> Business.new.perform(3)
"Business Business Business"

This would let us to be a lot more efficient than we currently are being. We could do so much more business!

A new method could be added if it seems like it makes sense, so that the existing method still just returns one "Business" when called with no arguments. There are probably other ways to do this, as well.

@mbramson mbramson changed the title Add ability to do lots of business at the same time. Add ability to do lots of business at the same time Mar 15, 2017
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

1 participant