We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are a lot of console.log outputs in the code - especially in error cases.
In error cases we should usually inform the user in a way they realize something failed. A console.log will be overlooked by the majority of users.
Checkout source code and search for "console.log"
The text was updated successfully, but these errors were encountered:
Planning PI#13 Item - Backlog
Sorry, something went wrong.
MaximilianHauer
No branches or pull requests
Current Behavior
There are a lot of console.log outputs in the code - especially in error cases.
Expected Behavior
In error cases we should usually inform the user in a way they realize something failed. A console.log will be overlooked by the majority of users.
Steps To Reproduce
Checkout source code and search for "console.log"
The text was updated successfully, but these errors were encountered: