Categories
iOS Development

Clean Code for Swift – Chapter 3: Functions

What the func? Functions!! They do exactly what you tell them to do. They are the building blocks for modern day applications. If you try to make an app without using a function, good luck. How do we make functions clean? Keep Them Small According to “Uncle Bob” he says that function should rarely ever […]