𝙈𝙞𝙖@quokk.au to Programmer Humor@programming.devEnglish · 9 hours agoParadoxquokk.auimagemessage-square30fedilinkarrow-up1440arrow-down18
arrow-up1432arrow-down1imageParadoxquokk.au𝙈𝙞𝙖@quokk.au to Programmer Humor@programming.devEnglish · 9 hours agomessage-square30fedilink
minus-squareSkullgrid@lemmy.worldlinkfedilinkarrow-up5·3 hours agocome the fuck on string bigIfTrue(Boolean size) { string toAssign = ''; if (size == true) { toAssign = 'big'; } else { toAssign = 'small'; } return toAssign; }
minus-squareSkullgrid@lemmy.worldlinkfedilinkarrow-up1arrow-down1·1 hour agohey, this is for fun and pseudocode.
come the fuck on
string bigIfTrue(Boolean size) { string toAssign = ''; if (size == true) { toAssign = 'big'; } else { toAssign = 'small'; } return toAssign; }Where’s your interface and factory?
hey, this is for fun and pseudocode.
Bloat. Nobody asked for else.