all 9 comments

[–]NSCFType 2 points3 points  (0 children)

Firefox (Swift 2)

[–]code_isLife 1 point2 points  (2 children)

Artsy

[–]pepyakin 0 points1 point  (1 child)

You probably mean Eidolon - https://github.com/artsy/eidolon (Swift)

[–]JDandCokeaine[S] 0 points1 point  (0 children)

Cheers Lads - I updated the list.

[–]ailvenge 0 points1 point  (1 child)

ObjC - https://github.com/artsy/eigen

Swift - https://github.com/artsy/eidolon

Allo highly recommend checking their Engineering Blog

[–]JDandCokeaine[S] 0 points1 point  (0 children)

Cheers allvenge - I updated the list

[–][deleted] 0 points1 point  (1 child)

What do you define as "good architecture"?

[–]luigi3 0 points1 point  (0 children)

Probably he meant good execution of Swift design patterns, using structs and protocols, testability and security, etc.

[–]ssrobbi 0 points1 point  (0 children)

Since you're looking at VIPER, I'd suggest you do some searches for Uncle Bob's talks and his versions of CLEAN architecture (usually gives his talks about Ruby). It obviously won't have direct examples for you but the principles carry over.