Post The Pragmatic Guide to Scalable Swift Architecture for 2019 have good tips:

  • Refactor WHILE working on bugs or within features.
  • For every new feature, you write it correctly from the start.
  • Make SMALL tickets for refactoring specific parts of the codebase

5 Important Swift Patterns that will Immediately Improve your Apps Scalability:

  • make models structs
  • PromiseKit
  • dependency injection
  • Coordinator pattern for decoupling states and events

Read Advanced String interpolation in Swift 5.0 (russion). Fuck! I didn’t know that string literals are possible in interpolation since Swift 2.1: print("Hi, \(user ?? "Anonymous")").

Came across a post Autonomous driving on pavement using PoenCV and Tensorflow (russian).

Passed through https://www.raywenderlich.com/158-coordinator-tutorial-for-ios-getting-started.