The project I'm working on has several import statements at the top of the .swift file...
ex.
import RxSwift
import Realm
import UIKit
If I'm not using Realm within that file, is it "bad" to import Realm
?
When I say "bad", what I mean is...
I can't find any documentation for this online. It's very likely that it's out there and I haven't found it yet. Any links to documentation on this topic are appreciated.