48.4k views
1 vote
Discuss different ways to respond to errors, such as notifying the user onscreen, writing to an error log, notifying the developer via e-mail, and others. What are the advantages and disadvantages of each approach? When would you apply each method?

User Taari
by
4.6k points

1 Answer

3 votes

Answer:

Notifying the errors is always useful .

Step-by-step explanation:

The errors should always be notified to the developer. It is useful and is important. When we provide notifications on the screen, it helps the user and it can be used to provide feedback. In regard to developmental work, it has to be important and confidential and we use the help of email to inform or notify errors to the organization. This will help the company from negative criticism and helps the company perform better. We can also write an error log when we face the same error again and again even after notifying the developer organization. This helps to put a reminder to the organization that immediate check has to be dome and eliminate the error from the source.

Some disadvantages are if we do not keep timer implementation, the alert keeps on popping on the screen, which is irritable.

User Florjon
by
4.8k points