twostraws / ControlRoom

A macOS app to control the Xcode Simulator.
MIT License
5.71k stars 306 forks source link

Simplify if let unwrapping for userdefaults #179

Closed Harry-KNIGHT closed 7 months ago

Harry-KNIGHT commented 7 months ago

I found the original code ok but we can simplify that with what I've done for the exact same result.

twostraws commented 7 months ago

Thank you! I wrote the original style by preference; I find multi-step if-let rather hard to read, and the indenting gives me a bit of an eye twitch 😅

Harry-KNIGHT commented 7 months ago

Thank you! I wrote the original style by preference; I find multi-step if-let rather hard to read, and the indenting gives me a bit of an eye twitch 😅

Okay I understand, it's code style preference 😄