Don’t assume that safety comes for free: a Swift case study
Related Posts: Can Swift code call C code without overhead? My thoughts on Swift Swift versus Java : the bitset performance test...
Read more »In Swift, protocol-oriented programming is in fashion. There’s a lot of Swift code out there that’s “protocol-oriented”, some open-source libraries even state it as a feature. I think protocols are heavily overused in Swift, and oftentimes the pro…