Asynchronous-Programming-with-SwiftUI-and-Combine icon indicating copy to clipboard operation
Asynchronous-Programming-with-SwiftUI-and-Combine copied to clipboard

Using Combine when async/await would likely be more readable

Open mortenbekditlevsen opened this issue 2 years ago • 0 comments

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?

mortenbekditlevsen avatar Feb 11 '23 09:02 mortenbekditlevsen