Retain cycles
Closures are non-escaping by default
This means there is no need to put in [weak self] even when using self. As soon as the closure is finished, it will clean up after itself and there is no possibility that something else will have an unexpected re...
coderlyn.hashnode.dev5 min read