This maintains proposals for changes and user-visible enhancements to the Swift Programming Language. - DougGregor/swift-evolution... (more…)
Read more »
There are a few variations when dealing with counting days. You need to ask yourself some questions beforehand. (more…)
Read more »
Since we moved parts of our codebase to swift, our compile times have effectively quadrupled. Trying to combat this, we've used the function and expression debug time flags to figure out if there's something to be saved by simplifying expressions. Apart ... (more…)
Read more »
A few of the iOS testing tools I’ve used to make life a little easier and code more correct when developing apps in Swift. (more…)
Read more »