100 Days of SwiftUI, Day 15 Swift overview
13 February 2023
I’ve enjoyed how lightweight Swift feels in comparison to other languages like C++ or Java. I’ve noticed this in it’s concise and readable syntax, as well as it’s helpful compiler which gives clear feedback as to where to debug your code.
For future reference I’ve made a Swift overview document that can be found here.
Day 15 of the course includes this great Learn essential Swift in one hour video which demos various features.