Encapsulate and Generalize in Swift
Whenever I use a 3rd-party dependency in my app, I try my best to import that dependency only one single time in the entire project. I also never use the actual dependency name in my variable names, class names, or any other names. In other words, I ...
scottsmithdev.com5 min read