Problem/Motivation
The string '_none' is repeated throughout the module and tests, using a constant makes it easier to refactor.
Proposed resolution
- Convert
_noneto a constant. - Move
form_select_options()to a helper class.
API changes
String '_none' is converted to constant.
Beta phase evaluation
| Issue category | Task |
|---|---|
| Issue priority | Normal |
| Prioritized changes | The main goal of this issue is usability |
| Disruption | Not disruptive |