Content deleted Content added
Mainframe98 (talk | contribs) →See also: A dead link is useless in See also |
Fgnievinski (talk | contribs) No edit summary |
||
Line 10:
* Making the software behave in a predictable manner despite unexpected inputs or user actions.
Overly defensive programming, however, may safeguard against errors that will never be encountered, thus incurring run-time and maintenance costs. There is also a risk that code traps prevent too many [[Exception handling (programming)||exceptions]], potentially resulting in unnoticed, incorrect results.
== Secure programming ==
|