No Nulls -🤪- Use An Empty!

Published: 24 October 2021
on channel: veganaiZe
32
like

Avoid the NULL (None, nil, whatever) and return an empty array/list/collection/container/object/sequence/set/etc/etc instead. It can pass transparently through the same logic (loop), as though it were populated, but it will effectively break past the loop at its initial conditional test (the while/for condition). This eliminates the necessity for additional code which checks for nulls and it allows the caller to cleanly separate, and focus solely on, their own concerns.


Watch video No Nulls -🤪- Use An Empty! online without registration, duration hours minute second in high quality. This video was added by user veganaiZe 24 October 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 32 once and liked it like people.