Software engineering and personal development

Tag: mistake

How to Ensure Robustness and Stability in Your Code: Graceful Exception Handling

Exception handling is a vital aspect of writing reliable and robust code. Neglecting to handle exceptions appropriately can result in unhandled errors, leading to program crashes and undesirable user experiences.

By anticipating potential errors and implementing proper exception-handling techniques, you can ensure graceful error recovery and maintain the stability of your code.

In this article, we’ll explore the significance of handling exceptions effectively and provide code examples that demonstrate the importance of incorporating try-except blocks.

Continue reading

A quick tip on how to stop sending emails you are not done writing yet

Probably most of us have been in a situation in which we have sent an email that we did not want to send. We might have not finished formatting, or double checking it before the actual sending process, but we hit the Send button. Most of the times, it can be unintentionally, and as a result, we may write one or two PS follow-ups as replies to that email, adding or sending clarifications about certain things that have been mentioned in that email. During this week, I learned a small trick from a friend of mine that can help you in such occasions. Continue reading

© 2024 Fatos Morina

Theme by Anders NorenUp ↑