@paulio87
ID: 16917168
linkhttp://paul-samuels.com calendar_today23-10-2008 01:31:22
148 Tweet
121 Followers
492 Following
5 years ago
Here's a quick exploration of using the nil-coalescing operator on Swift's Result type. This enables clear/concise code in use cases where you have a sensible default value and are happy to ignore errors. paul-samuels.com/blog/2020/11/1…