MakeItSo icon indicating copy to clipboard operation
MakeItSo copied to clipboard

Clean up repository for Make It So on Apple

Open peterfriese opened this issue 1 year ago • 3 comments

  • Use main as the default branch
  • Do feature development on feature branches and merge into main once ready
  • Once implementation work is finished, create separate branches for derivative work (videos, blog posts, interactive DocC tutorials)
  • [ ] Create a branch for the current version
  • [ ] Create README and point to the previous version(s)

peterfriese avatar Sep 30 '24 09:09 peterfriese

Hi Peter, thanks very much for the example app, it was super helpful to see potential 'best practices'.. I've been wondering if you might be planning a Swift 6 update showing the latest approaches you'd take for firebase auth, states, dependency injection, etc. In other words replace Combine with the new concurrency model to have a hybrid of @Observable for state management and Actors for thread safety, etc. I ask because I've learned so much from you and want this Friese train to keep rollin!

mikeymike9000 avatar Oct 13 '24 18:10 mikeymike9000

Hi Peter, thanks very much for the example app, it was super helpful to see potential 'best practices'.. I've been wondering if you might be planning a Swift 6 update showing the latest approaches you'd take for firebase auth, states, dependency injection, etc. In other words replace Combine with the new concurrency model to have a hybrid of @observable for state management and Actors for thread safety, etc. I ask because I've learned so much from you and want this Friese train to keep rollin!

Hi @mikeymike9000 - yes, we're working on it. Feel free to use the GitHub discussions for this project to ask questions.

peterfriese avatar Oct 21 '24 07:10 peterfriese

great thanks Peter and I'll use GitHub discussions going forward!

mikeymike9000 avatar Oct 21 '24 16:10 mikeymike9000