Ategon@programming.dev to Programming Horror@programming.dev · 3 years agoIf only there was a better wayprogramming.devimagemessage-square10linkfedilinkarrow-up126arrow-down11
arrow-up125arrow-down1imageIf only there was a better wayprogramming.devAtegon@programming.dev to Programming Horror@programming.dev · 3 years agomessage-square10linkfedilink
minus-squareDoc Avid Mornington@midwest.sociallinkfedilinkarrow-up2·3 years agoEver see things like: if ((x == 0) == true)? Or: x = y == 'z' ? true : false? Some things just really make me worry about people, you know?
minus-squareVaxHacker@programming.devlinkfedilinkarrow-up1·2 years agoI did once see if (!x) strcpy(x, ""); It was from a VB “programmer” who was experimenting with C. In production code.
Ever see things like:
if ((x == 0) == true)? Or:x = y == 'z' ? true : false? Some things just really make me worry about people, you know?I did once see
if (!x) strcpy(x, "");It was from a VB “programmer” who was experimenting with C. In production code.