💡𝚂𝗆𝖺𝗋𝗍𝗆𝖺𝗇 𝙰𝗉𝗉𝗌📱@programming.dev to Programming@programming.devEnglish · 8 months agoIf a parameter isn't used, what should I pass? - The Old New Thingdevblogs.microsoft.comexternal-linkmessage-square11fedilinkarrow-up119arrow-down11cross-posted to: [email protected]
arrow-up118arrow-down1external-linkIf a parameter isn't used, what should I pass? - The Old New Thingdevblogs.microsoft.com💡𝚂𝗆𝖺𝗋𝗍𝗆𝖺𝗇 𝙰𝗉𝗉𝗌📱@programming.dev to Programming@programming.devEnglish · 8 months agomessage-square11fedilinkcross-posted to: [email protected]
minus-squarebungle_in_the_jungle@lemmy.worldlinkfedilinkarrow-up7·8 months agoTotes this. I’ve refactored far too many of these things in my day so I just about always reach for an options object if there’s the slightest uncertainty about adding more params in the future.
Totes this. I’ve refactored far too many of these things in my day so I just about always reach for an options object if there’s the slightest uncertainty about adding more params in the future.