+ 5
In computer science, robust is the ability of a computer system to cope with errors during execution and cope with erroneous input.
Robust programming is a style of programming that focuses on handling unexpected termination and unexpected actions. It requires code to handle these terminations and actions gracefully by displaying accurate and unambiguous error messages. These error messages allow the user to more easily debug the program.