3 Advanced Tips to Code Like a Pro in Swift (from an ex-Apple engineer 🍎)

preview_player
Показать описание
#iOS #swift #softwaredeveloper #iosdeveloper

Thank you for watching this video 🙌

CHAPTERS
00:00 – Intro
01:02 – Tip 1: Iterating over items and indices
03:39 – Tip 2: Labelling loop statements
05:08 – Tip 3: Overloading the pattern matching operator
08:16 – Natalia's book + Outro

Рекомендации по теме
Комментарии
Автор

Stunning! Even with years of developing those tips are so useful! Thanks.

VictorCarvalhoTavernari
Автор

Named loops for granular control over iterations regardless of hierarchy node is such a helpful tip!

Natalia’s work will be top-of-mind for learning material as I work my way toward more capable Swift use👍

philodygmn
Автор

This is a great video, and I like how it blends code with explanations 😊 good job Natalia and Vincent! 👏

mobiledevlife
Автор

Thanks Vincent, great tips, and appreciated the discount using the link :)

ColeDano
Автор

Great content - I followed this up with a book purchase. Now you'll have to find some different tips Vincent!

antlister
Автор

Thanks Natalia! The tips were so interesting I bought your book immediately 😅

ChristopherFonseka
Автор

This is insightful !! Thank you, Natalia, Vincent !

prashantvgaikar
Автор

ha, learned something new, named loops, nice one.

jur
Автор

I'm using Xcode 15.4 and I get an error in my playground at the line:
for (i, ingredient) in lasttwo.indexed() {. same at the line 10 at 3:35. The error is
Value of type 'Array<String>.SubSequence' (aka 'ArraySlice<String>') has no member 'indexed'

markaurelius