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

Action::Retry::Strategy needs documentation #4

Closed
fgabolde opened this issue Apr 28, 2014 · 1 comment
Closed

Action::Retry::Strategy needs documentation #4

fgabolde opened this issue Apr 28, 2014 · 1 comment

Comments

@fgabolde
Copy link

Currently, the Action::Retry::Strategy role does not document what methods it requires, or how they should be used. This makes writing a new Strategy class an exercise in reverse-engineering existing modules.

@dams
Copy link
Owner

dams commented Jul 28, 2017

You mean, it forces you to read the whole code and understand it before writing a new Strategy. Given the small size and complexity of the code, I think it's actually a feature, not a bug. If you're not ready to do that, you're probably not ready to write a good Strategy :)

@dams dams closed this as completed Jul 28, 2017
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