CS fundamentals and algorithms
Pure functions
Which of these are pure functions (same output for the same input, no side effects)? Select all that apply.
Pick all that apply
Pure functions
Which of these are pure functions (same output for the same input, no side effects)? Select all that apply.
Pick all that apply
ArchitectureShort answerExpert
If you were designing a SwiftUI app from scratch with dozens of screens and several teams…
#swiftui
App lifecycle and systemShort answerIntro
In a scene-based iOS app, where would you put work like registering the push token, and w…
#swiftui
SwiftUIShort answerIntro
How is the way SwiftUI draws the screen fundamentally different from UIKit?
#swiftui
SwiftUIMultiple choiceBasics
Select all the correct statements about SwiftUI's onChange(of:) and onReceive(_:).
#side-effect