Goto Statement in Swift

Goto is a statement in the C programming language that, despite its usefulness
and flexibility, is somewhat despised among modern-day programmers. Read more

Similar

Swift.Codable

One of the interesting additions to Swift 4 is the Codable protocol and the machinery around it. This is a subject near and dear to my heart, and I want to discuss what it is and how it works today. (more…)

Read more »