The-CodingSloth / haha-funny-leetcode-extension

MIT License
424 stars 84 forks source link

Better Error handling/messages #69

Open The-CodingSloth opened 1 year ago

The-CodingSloth commented 1 year ago

I'd appreciate if anyone would add better error handling for some of these functions, since it seems that these errors end up being really broad sometimes. ex of error handling: Error generating problem, Error handling submission, Error updating storage, etc.

Tayomide commented 1 year ago

Copilot could solve this, but I've had problems with mine recently (my subscription probably ended). You could ask someone with a Copilot subscription for help and do some prompting. I'm sure that will help👍😎

AbdullahDaGoat commented 1 year ago

Im on it sir!!!!

AbdullahDaGoat commented 1 year ago

Aight i did it, i made it so they throw all the error info they have making it pinpoint to the dot exactly what occured, when it occured, how it occured and what to do, before making a pull request ill probably fix other bugs

Tayomide commented 1 year ago

Nice! Could I see your code? I checked your repository, but it's currently not there. I'd love to see how it was done