alphacyberranger@lemmy.world to Programmer Humor@programming.devEnglish · 1 year agoMore the merrierlemmy.worldexternal-linkmessage-square76fedilinkarrow-up11.14Karrow-down113
arrow-up11.12Karrow-down1external-linkMore the merrierlemmy.worldalphacyberranger@lemmy.world to Programmer Humor@programming.devEnglish · 1 year agomessage-square76fedilink
minus-squarestilgar [he/him] @infosec.publinkfedilinkarrow-up2arrow-down1·1 year agoThis is a good way to realise that you don’t need a function for that use case.
minus-squarecoloredgrayscale@programming.devlinkfedilinkarrow-up2·1 year agoIf they need it often it makes some sense, if it also perform some checks, if the list if empty or None/null.
This is a good way to realise that you don’t need a function for that use case.
If they need it often it makes some sense, if it also perform some checks, if the list if empty or None/null.