Zen of Defensive Programming: Readability and Maintenance
In the previous installment, I provided a preamble to outline what elements Defensive Programming encompasses. It is a lot more than the general coding mainstream typically associates with it. Some of the key tenets of Defensive Programming are readability, maintainability, compatibility, debugability, code safety, and security. Because they are the foundation for the techniques I will cover later on, please… Continue reading "Zen of Defensive Programming: Readability and Maintenance"