Asynchronous-Programming-with-SwiftUI-and-Combine
Asynchronous-Programming-with-SwiftUI-and-Combine copied to clipboard
Using Combine when async/await would likely be more readable
I found a typo in Asynchronous Programming with SwiftUI and Combine.
- Edition: 1st
- Page: 290
What is wrong
The sample shows a sequence of steps as a chain of reactive operations where async/await would be just fine for the job.
What's the correct spelling
Complicated, since async/await hasn't been discussed yet at this point in the book. Perhaps refer to future chapter and revisit the example later?