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.92k stars 316 forks source link

Latest codes is not in consistence with what's in the blog #26

Open tobatha opened 6 years ago

tobatha commented 6 years ago

Why is Configurator disappeared, and wrapped in a setup() instead? And output in Interactor became presenter?

It's very confusing now, what happened?

bjimenezned commented 6 years ago

In the blog comment section was stated that the configurator was removed because it was a singleton with no properties that could be simplified to a single static class method or even a setup() method

retrokid commented 6 years ago

I think this repo should have a wiki page with some tutorials.

randyhbh commented 6 years ago

At least the blog must be updated to the latest changes, that allow more people to see the real power of using clean swift

vikdenic commented 6 years ago

So the project example in the blog post (here), uses a different version of Clean Swift than the Clean Swift Handbook?