IMPORTANT: Please read our Guide To Quality Writing before you begin posting!

Dismiss Notice
Please note that we are only approving writers from the US, UK and Canada at this time.

Introduction to Error Handling

Discussion in 'Programming' started by othmanovich, Dec 15, 2015.

  1. othmanovich

    othmanovich New Member

    Joined:
    Dec 15, 2015
    Posts:
    9
    Likes Received:
    1
    Gender:
    Male
    Error Handling is a very important concept in any programming language. Unfortunately, we're human. And we're always going to write code that is prone to producing an error. So we're going to take a look at why we need error handling in the first place-- why we should be handling the errors, as opposed to just letting the computer handle them.

    Error Handling can help us create an application that can handle different types of errors when a the final user will work with this ready application, he will not even notice these errors because for every request there is an answer and an explanation.
     

Share This Page