4 min Functional Swift Simplify your protocol dependencies using functions Our code is full of dependencies. We couldn’t write very useful applications without them! When it comes to swapping in different implementations, the first tool that likely springs to mind is protocols. adminMay 21, 2021 Read More