Let’s say you have two targets: iOS and watchOS. Talking SwiftUI, would you prefer to reuse views and litter your code with #if os(), or duplicate your views? I was tempted to use separate files but worried it would introduce a long term burden for code maintenance.