Login
From:
Ilya's blog
(Uncensored)
subscribe
Empty Arrays for Cleaner Code – Ilya's blog
https://ilya-sher.org/2023/07/04/empty-arrays-for-cleaner-code/
links
backlinks
Tagged with:
code
Roast topics
Find topics
Find it!
Background Let’s look at the following piece of code (in an abstract programming language) : if chairs { for chair in chairs { clean(chair) } } The Problem It’s more code that we would …