This week, let’s take a look at a few tips and techniques that can help us make our types more well-defined, by splitting our types up once their responsibilities have started to grow beyond the ideal scope of a single type. (more…)
Read more »
Replicating D3 Charts with Swift Charts. Contribute to raheelahmad/Swift-D3-Charts development by creating an account on GitHub. (more…)
Read more »
As a developer learning never stops. That’s really exciting but also time consuming. Swift quickly became the most popular programming language and that means that a lot of people are doing cool stuff with it. This post is a collection of resources and ...
Read more »
One of Swift 5.2’s new features is the ability to use KeyPaths as functions. This can be extremely useful in cases where you’d only return the value of a certain KeyPath in a closure. Let’s look at a… (more…)
Read more »