plastic
plastic copied to clipboard
Unwrap Error handling will cause panics use other methods
Error handling with unwrap isnt a great idea if an error accours the programm will panic instead of ending the error gracefully. Recommending using ? for error handling.