Difference between revisions of "Webinar 2016 Defensive Programming : Best Practices"

From SHARCNETHelp
Jump to navigationJump to search
imported>Syam
(Created page with "Defensive programming is a set of practices that aim to reduce occurrence of bugs and decrease debug time when bugs do occur. This seminar will outline some of the practices m...")
 
(No difference)

Latest revision as of 16:57, 12 December 2016

Defensive programming is a set of practices that aim to reduce occurrence of bugs and decrease debug time when bugs do occur. This seminar will outline some of the practices most accessible to the beginner programmer. The practices presented are largely language independent rules of thumb. They help programmers anticipate failures in code functionality, increase readability, and reduce production time.