Hello Povilas,
Nice work!
One question perhaps you can give an opinion on: What is your opinion on the use of try/catch blocks?
I primarily use them anytime I make API calls to 3rd party resources, but not really in many other places. Do you have a bit of guiding logic on when to use them and when to not?
Good question.
I usually use them when there's a real PROBABILITY of exception to happen (your example of 3rd party is good) and a specific thing I want those exceptions to perform if they happen. So not THAT often, to be honest.
Very useful course. Clarifies important things. I've got ideas how to better structure my Laravel projects. Thank you Povilas.
Very good course, Thank you Povilas.
Excellent course, I continue to learn much from you. Thank you Povilas.
Thanks you
Great videos.
Hello Povilas, Nice work! One question perhaps you can give an opinion on: What is your opinion on the use of try/catch blocks?
I primarily use them anytime I make API calls to 3rd party resources, but not really in many other places. Do you have a bit of guiding logic on when to use them and when to not?
thanks! Colby
Good question. I usually use them when there's a real PROBABILITY of exception to happen (your example of 3rd party is good) and a specific thing I want those exceptions to perform if they happen. So not THAT often, to be honest.
Thank you Povilas, this was a very excellent course.
Thank you for this course!
I'm new to laravel. Thank You Sir so much
Greatful for this course
Thx for course, it's usefull