A follow-up to my introduction on Swift for C# programmers. This one goes much deeper into things like exceptions, multicast delegates, enums and MUCH MORE…
Escape from C# / Into the Swift Trenches – Part 1
Published in Software Development
Software Developer
A follow-up to my introduction on Swift for C# programmers. This one goes much deeper into things like exceptions, multicast delegates, enums and MUCH MORE…
Published in Software Development
Chris
The way that sift does exception handling is pretty great. It’s a shame other languages like C# don’t force exceptions to be dealt with in this way.