Skip to content
New issue

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

Removes e.printStackTrace() #499

Merged
merged 1 commit into from
Jan 9, 2024
Merged

Removes e.printStackTrace() #499

merged 1 commit into from
Jan 9, 2024

Conversation

froque
Copy link
Member

@froque froque commented Dec 7, 2023

e.printStackTrace() is a bad practice and should replaced with proper exception handling and/or logging.

https://stackoverflow.com/questions/7469316/why-is-exception-printstacktrace-considered-bad-practice

Fixes #379

e.printStackTrace() is a bad practice and should replaced with proper
exception handling and/or logging.

https://stackoverflow.com/questions/7469316/why-is-exception-printstacktrace-considered-bad-practice
@froque froque merged commit 164112f into master Jan 9, 2024
1 check passed
@froque froque deleted the 379-remove-eprintstacktrace branch January 9, 2024 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove e.printStackTrace()
2 participants