Clean-Swift / CleanStore

A sample iOS app built using the Clean Swift architecture. Clean Swift is Uncle Bob's Clean Architecture applied to iOS and Mac projects. CleanStore demonstrates Clean Swift by implementing the create order use case described by in Uncle Bob's talks.
https://clean-swift.com/clean-swift-ios-architecture/
MIT License
1.91k stars 315 forks source link

Conformance to swift style guide #7

Closed tutte closed 5 years ago

tutte commented 8 years ago

Ray Wenderlich (among others) wrote a pretty good swift style guide: https://github.com/raywenderlich/swift-style-guide

The main changes in Clean-Store are the OTBS bracing style and the split of protocol conformance into extensions (as seen in Approach 3 of the Refactoring table view data source and delegate methods blog entry at http://clean-swift.com/refactoring-table-view-data-source-and-delegate-methods/)