Defensive programming: Difference between revisions

Content deleted Content added
mNo edit summary
No edit summary
Line 3:
{{howto|date=March 2012}}
 
'''Defensive programming''' is a form of [[defensive design]] intended to develop programs that are capable of detectdetecting potential security abnormalities and make predetermined responseresponses.<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: