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

vote_floor config option shouldn't be required #170

Open
s1037989 opened this issue Aug 9, 2016 · 1 comment
Open

vote_floor config option shouldn't be required #170

s1037989 opened this issue Aug 9, 2016 · 1 comment

Comments

@s1037989
Copy link
Contributor

s1037989 commented Aug 9, 2016

If it is necessary / desirable to require that the user define vote_floor in the config file, the program should fail gracefully if it isn't. Currently, it fails unintentionally. My preference is that vote_floor not be a required config option. You can provide defaults easily in many way. One way is via the Mojo Config plugin directive. You can set defaults. Another way is when you define the attribute with has vote_floor you can specify a default value, as has vote_floor => -2;

@s1037989
Copy link
Contributor Author

Cool

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