Martin Dufort on Nostr: Friday quiz: In which version of Swift / Xcode did we get the ability to write: guard ...
Friday quiz: In which version of Swift / Xcode did we get the ability to write:
guard let thisThing else { return }
instead of:
guard let thisThing = thisThing else { return }
Published at
2024-03-08 13:24:02Event JSON
{
"id": "73c42b9a78557bc63eabd9bc21a6df8d681c6c81f9b724c8e7afa8e99f091fd3",
"pubkey": "01b8c36b40907d65abbac749b10a4a1fe306d9f8358f4bfb260e5e62d20ab3f3",
"created_at": 1709904242,
"kind": 1,
"tags": [
[
"proxy",
"https://mastodon.online/users/martind/statuses/112060284430086941",
"activitypub"
]
],
"content": "Friday quiz: In which version of Swift / Xcode did we get the ability to write:\n\nguard let thisThing else { return } \n\ninstead of: \n\nguard let thisThing = thisThing else { return }",
"sig": "963933e28cb3d95284c7a2c452166579c0ed53f014383acd002e2e193d0883c9d559b49989f1d74ca9d730a5f0871cca6499a237e3a555b444e06bc86389c603"
}