Swift In Depth를 읽고 정리한 리포지토리입니다.
좀 더 스위프트 언어에 어울리는 코드를 짜고 싶어 읽기 시작했습니다.
- 📚 Swift In Depth (Ebook link)
- Swift In Depth example codes
- Xcode 10 and Swift 4.2.
Chapter Name | Date | |
---|---|---|
1 | Modeling data with enum | 2023.11.16 |
2 | Writing cleaner properties | 2023.11.18 |
3 | Making optionals second nature | 2023.11.19 |
4 | Demystifying initializers | 2023.11.28 |
5 | Effortless error handling | 2023.12.10 |
6 | Generics | 2023.12.17 |
7 | Putting the pro in protocol-oriented programming | 2023.12.23 |
8 | Iterators, sequences, and collections | 2023.12.31 |
9 | Understanding map, flatMap, and compactMap | 2024.01.11 |
10 | Asynchronous error handling with Result | 2024.01.24 |
11 | Protocol extensions | 2024.01.31 |
12 | Swift patterns | 2024.02.07 |
13 | Delivering quality Swift code | 2024.02.11 |