Type Safely $5 / month

Type Safely, authored by Rob Sturgeon, offers a series of practical coding tips and insights for SwiftUI developers. It covers a range of topics from handling multi-clause if conditions, manipulating server responses, enhancing UI components, to automating development processes in Xcode. The substack emphasizes code organization, efficiency, and leveraging Swift's features to create more dynamic and responsive applications.

SwiftUI Tips and Tricks Server Responses Handling Code Management and Organization UI Components Customization Auto Versioning and Build Numbers Random Number Generation Function Utilization in Swift Keyboard Shortcuts and Menu Commands Feature Flag Management SwiftUI Navigation Coding Tips Subscription Service SwiftUI Component Properties

The hottest Substack posts of Type Safely

And their main takeaways
Get a weekly roundup of the best Substack posts, by hacker news affinity:
0 implied HN points 15 Mar 23
  1. Creating a do block without a catch block can help maintain a strict scope in your code.
  2. Anything defined within a do block remains confined to that block, including variables.
  3. This can be beneficial when you want to limit the impact and visibility of certain code segments.