#clean-code
Read more stories on Hashnode
Articles with this tag
I've been aware of typealias for a long time. It's only recently that I really started to understand just how powerful this keyword can be. Let me...
When storing or reading data from a disk, or when making API calls, does your app's sole validation of data involve ensuring that the JSON can be...
On iOS the UserDefaults is a persistent dictionary stored and managed by iOS that survives the application runtime. It can be used to store and...