Webinar 2016 Defensive Programming : Best Practices

From SHARCNETHelp
Revision as of 16:57, 12 December 2016 by 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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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.