I would love to see some metrics on how much short...
# random
c
I would love to see some metrics on how much short circuiting occurs in Swift and Kotlin codebases via ! and !!.. I bet it’s a lot, and, even constructs like if let still don’t mean that you are doing something about the if not case (can be the same horror as the swallowed exception no?)..