Tool to Measure ‘Cohesion’ in a Swift Codebase

CoherentSwift is a command line tool written in Swift that analyses the cohesion level of your Swift codebase. – arthurpalves/coherent-swift… Read more

Similar

DIY in-memory cache in Swift

Caches are everywhere. Starting from hardware chips, and up to network protocols, devices, systems and applications are using caches to optimize for performance. In iOS, developers are well familia… (more…)

Read more »

Nesting Property Wrappers in Swift

You can nest property wrapers in Swift, but it's difficult. NSHipster has a great article about all things property wrappers, and the summary of trying to compose them (which others have echoed) is that it's hard and prone to compiler errors... (more…)

Read more »