Closed jmestxr closed 1 year ago
In addition to re-formatting all error messages, I will be including possible edge cases and slightly modifying the correct output messages to make them look more user-friendly. This may include changes to certain classes.
Currently, our error messages are a little hard to read, and not very user-friendly in my opinion. E.g.
Some suggestions I thought of:
Perhaps this is partly because the width of the CliScreen of the GUI is a little too narrow. To overcome this, we could add newlines (
\n
) to segregate relevant subsections of the error message, like how we do it in code.