I have the following code: struct ContentView: View { @Environment(\.managedObjectContext) private var viewContext @State var selectedItemMOID
I am a fairly novice developer. I wrote an app for tracking indoor bouldering climbs all in 1 really large file. It was working fine, just hard to maintain. Now