Defensive programming

Defensive programming is a type of coding practice, where software code is written in a way that it continues working even after errors occur. One the ways to handle errors in code is via try/except block in python programming language.

YouTube video



Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator