Swift: the Unused Optional Value Problem

Natasha Murashev: Here is a scenario – you need to do something in your code based on whether an optional value exists or not, but the thing you need to do does not need to actually use the optional value. […] This immediately stood out as “wrong” to me. By now, I’m very well trained … Continue reading Swift: the Unused Optional Value Problem