Content deleted Content added
No edit summary Tag: Reverted |
Undid revision 1283907374 by 171.97.21.84 (talk) |
||
Line 1:
{{Short description|Software development methodology}}
{{Use American English|date=November 2020}}
{{howto|date=March 2012}}
'''Defensive programming''' is a form of [[defensive design]] intended to develop programs that are capable of detecting potential security abnormalities and make predetermined responses.<ref>{{Citation |last=Boulanger |first=Jean-Louis |title=6 - Technique to Manage Software Safety |date=2016-01-01 |url=https://www.sciencedirect.com/science/article/pii/B9781785481178500064 |work=Certifiable Software Applications 1 |pages=125–156 |editor-last=Boulanger |editor-first=Jean-Louis |publisher=Elsevier |language=en |isbn=978-1-78548-117-8 |access-date=2022-09-02}}</ref> It ensures the continuing function of a piece of [[software]] under unforeseen circumstances. Defensive programming practices are often used where [[high availability]], [[safety]], or [[computer security|security]] is needed.
Defensive programming is an approach to improve software and [[source code]], in terms of:
Line 169:
* [https://www.securecoding.cert.org/confluence/display/seccode/SEI+CERT+Coding+Standards CERT Secure Coding Standards]
[[Category:Programming paradigms]]
[[Category:Programming principles]]
|