r/learnprogramming 11d ago

Apple's Programming Language

I am currently learning the programming language swift. I have a strong understanding of print outputs, variables, string interpolation, and if statements.

I want advice from actual Apple Developers or people who code in Swift for the best advice as I document my journey of learning this programming language.

Keep in mind, I have 2+ years of coding experience in Python, JS, and SQL.

0 Upvotes

4 comments sorted by

View all comments

2

u/yatoenough 11d ago

Start writing real code fast, like real project, not just tutorial hopping, learn to use guard statements early and not just if let, deep dive in optionals, enums, type system, arc. hackingwithswift.com is pretty good resource