Understanding Iterators in Go 1.23: What They Are and How They Change Go Programming

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024

Комментарии • 4

  • @tuzzman
    @tuzzman 28 дней назад

    I think a great use of this could possible be with API SDK's and auto pagination, For example in the AWS Java SDK V2 you can iterate over a response object and it will automatically fetch more results as needed.
    This would be a great feature to have in Golang as well. So I'm personally happy to see a way to provide iterator functions in go.

  • @esra_erimez
    @esra_erimez 13 дней назад

    Subbed. Excellent presentation. Very well explained. I've been programming in Go for about 3 years now (from C++) and I'm still not sure how I feel about 1.23 iterators yet.

    • @yore5
      @yore5 7 дней назад

      interesting for libraries im sure

    • @ByteSizeGo
      @ByteSizeGo  4 дня назад

      Thanks so much!