@RealWrastling to Ask Lemmy • 1 year agoWhat's a word you haven't heard used in years?message-square193arrow-up1196arrow-down16
arrow-up1190arrow-down1message-squareWhat's a word you haven't heard used in years?@RealWrastling to Ask Lemmy • 1 year agomessage-square193
minus-square@model_tar_gzlink4•1 year agoJust remember that even though None is Falsy, an array of Nones is Truthy. Gets me every time. I fucking understand it logically (because the array itself exists) but damnit if I can make my lizard brain comprehend it while coding it.
minus-square@[email protected]linkfedilink4•1 year ago because the array itself exists More specifically it’s because the array isn’t empty.
minus-square@model_tar_gzlink2•1 year agoYup you’re more right than I was. An empty array is still Falsy even though it exists. I accept the correction.
Just remember that even though None is Falsy, an array of Nones is Truthy. Gets me every time. I fucking understand it logically (because the array itself exists) but damnit if I can make my lizard brain comprehend it while coding it.
More specifically it’s because the array isn’t empty.
Yup you’re more right than I was. An empty array is still Falsy even though it exists. I accept the correction.