Well, if your system architecture is that broken t...
# announcements
r
Well, if your system architecture is that broken that you're getting unexpected side effects all over the place... Let me just say, the stricter type system is only going to help you there. As I said I don't know how it works in swift, but if you have a val that the compiler has inferred to not be null, that val will not be null, period. No way that could change.
m
robin: Same in Swift.