The hottest SwiftUI Substack posts right now

And their main takeaways
Category
Top Technology Topics
Register Spill 137 implied HN points 02 Jul 23
  1. Trying new languages, platforms, frameworks, and IDEs can be challenging but also refreshing as it allows for learning by doing without prior knowledge.
  2. Struggling with unfamiliar tools and technologies is common in programming, and it's okay to rely on resources like error messages, search engines, and autocomplete features.
  3. Feeling lost and stumbling in the dark while coding can be frustrating, but it can also lead to illuminating realizations about preferred learning styles and the value of having some prior knowledge.
Get a weekly roundup of the best Substack posts, by hacker news affinity:
Type Safely 0 implied HN points 11 Apr 23
  1. You can run functions anywhere in the view body in Swift by creating your own function.
  2. Undocumented functions like View._printChanges() can lead to rejection in App Store submissions.
  3. In Swift, using underscore (_) allows you to run a function without storing its result, useful for functions that return Void.