Comment 1 for bug 214085

Revision history for this message
Chris Ortner (c-ortner) wrote :

How would you recommend to implement this? The easiest way would be an if which checks if required parameters are there, and an else which returns the help message of the command in case the requirements of if are not met. But that isn't very agile and has repetitions almost everywhere. There is already an if in each keyword's function, which requires a certain level. Adding one more for this purpose surely doesn't increase code's readability.