#swift
Read more stories on Hashnode
Articles with this tag
The importance of test in code To create a quality product, one of the prerequisites is to test the product, not only in the sense of getting feedback...
What is dependency injection? According to Wikipedia definition: Dependency injection is a technique in which an object receives other objects that...
There are several tutorials on internet explaining the origin and how it works, so I’ll briefly explain why every swift developer has to know the...
In this post, we will start creating the timer. We will create a class that will do this management, which will be called AuctionViewModel.swift....
The Observer Pattern is a behavioral design pattern if you don't know what design pattern see this POST. Understanding this pattern is fundamental...
Remember the view code? We will talk about one of the benefits of creating applications with view code. Se você não está familiarizado com o view...