Zen of Defensive Programming: Ternary Operators
In my previous installments, I showed you how a little bit of cosmetic change in the layout of your source code can dramatically improve readability and how tiny changes in your habits can truly affect overall code safety. In that vein, let’s continue and take this a little bit further by visiting Ternary Operators. One, or the other Ternary operators… Continue reading "Zen of Defensive Programming: Ternary Operators"