Hey all, Swift has always been designed to be safe-by-default. This informs runtime features like bounds checking, integer overflow checking, and automatic reference counting, and type system features like optionals. But this safety has never extended to… Read more
Similar
Converting classes from Swift to Objective-C, and Objective-C to Swift.
Read more »
A post about the use of GraphQL custom types like scalar, object, enums and list on Swift projects (Vapor on the server side project and an iOS app on the client side)... (more…)
Read more »
The surprise decision of Swift creator and long-time Xcode lead Chris Lattner to leave Apple was in large part driven by his frustration with the culture of secrecy at the company, say developer fr…...
Read more »
Let’s take a look at how even the smallest utility functions can have quite a big impact on the way we write code on a day-to-day basis, by making common tasks easier and preferred patterns simpler. (more…)
Read more »
Ever since Swift came out, I keep seeing weird comments that Swift is a
functional programming language. I’ve puzzled a bit over why anyone would say … (more…)
Read more »