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

Поділитися
Вставка
  • Опубліковано 22 сер 2024

КОМЕНТАРІ • 19

  • @VictorCarvalhoTavernari
    @VictorCarvalhoTavernari 3 місяці тому +4

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

  • @mobiledevlife
    @mobiledevlife 3 місяці тому +1

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

  • @philodygmn
    @philodygmn 3 місяці тому

    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👍

  • @ColeDano
    @ColeDano 2 місяці тому

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

  • @prashantvgaikar
    @prashantvgaikar 3 місяці тому +1

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

  • @ChristopherFonseka
    @ChristopherFonseka 3 місяці тому

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

  • @antlister
    @antlister 3 місяці тому

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

  • @jur9103
    @jur9103 2 місяці тому

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

  • @fceruti
    @fceruti 3 місяці тому

    Thanks for the video, great stuff

  • @victorvieiraveiga
    @victorvieiraveiga 3 місяці тому

    Thank you for the tips

  • @TiagoBastos-hw5du
    @TiagoBastos-hw5du 2 місяці тому

    great tips!

  • @PhuongAnh-ss8jy
    @PhuongAnh-ss8jy 3 місяці тому

    It make codes hard to read

  • @markaurelius61
    @markaurelius61 3 місяці тому

    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.SubSequence' (aka 'ArraySlice') has no member 'indexed'

    • @davidf2281
      @davidf2281 2 місяці тому +2

      The indexed() method is part of the Swift Algorithms package -- have you forgotten to import it?

    • @markaurelius61
      @markaurelius61 2 місяці тому

      @@davidf2281 That will be the reason.

    • @Slippydidipp
      @Slippydidipp 2 місяці тому

      Welcome to Xcode 😄

    • @davidf2281
      @davidf2281 2 місяці тому +2

      @@Slippydidipp The error has nothing to do with Xcode.

    • @markaurelius61
      @markaurelius61 2 місяці тому +1

      @@Slippydidipp I didn't have the algorithms package installed

  • @victorriurean
    @victorriurean 3 місяці тому