You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recommend the py package logging to handle any kind of message during program execution.
Use of predefined python exception classes is recommended. I do not see at the moment the need of new or custom exception classes, though there might be in the future.
This issue is about customisation and standardisation of messages addressed to the user during the program execution. It is deferred to future versions since the current use of standard Exception classes seems satisfactory, limiting also the number of total code lines.
Define a specific module for messages, errors and warnings I/O:
The text was updated successfully, but these errors were encountered: