Understanding Computed Properties in Swift

Computed properties are a very useful feature in Swift when used correctly. Learn what they are and how you can use them in this week’s post. Read more

Similar

Method dispatch in Swift

Method Dispatch is how a program selects which instructions to execute. Learn how Swift method dispatch works, including some unexpected edge cases.

Read more »

Swift Distributed Actors Pitch

Hello everyone, With the recent introduction of Swift concurrency, and most notably actors to the language, Swift gained powerful and foundational building blocks for expressing thread-safe concurrent programs. This proposal aims to extend Swift's actors... (more…)

Read more »