TIL Makefile effect: Be aware of the Makefile effect.

Tools of a certain complexity or routine unfamiliarity are not run de novo, but are instead copy-pasted and tweaked from previous known-good examples.

Read Apple’s sample Bringing Photos picker to your SwiftUI app.