zk
zk copied to clipboard
Make it explicit that resources is initialized as nil
WDYT
nil is implied here, and I don't see a good reason to make it explicit. did you run into a bug because of this?
also, there are a lot of these let-bound variables in the code, so if one gets nil, they all should. but that just seems unnecessarily verbose to me.