[Input] Remove remnants of old input mechanisms and use InputSpec directly #463
Labels
priority: low
Issues with low priority
status: ready
Issues that are well-prepared with detailed description ready to be processed
type: clean code
Clean coding and good programming practices
Description
The various ways to read input have all been superseded by
InputSpec
. However, some old interfaces still exist. Internally, they already call the new functionality. To get a consistent user experience and show that people can actually use the new feature everywhere, we should remove these.Possible Solution and Definition of Done
Core::Utils
bool_parameter
int_parameter
double_parameter
string_parameter
string_to_integral_parameter
SectionSpecs
The text was updated successfully, but these errors were encountered: