Functional Programming in Kotlin - Hadi Hariri

Поделиться
HTML-код
  • Опубликовано: 5 окт 2024
  • 🗓️ Upcoming developer events: dev.events 🗓️ Upcoming developer events: dev.events

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

  • @mozhdehnouri
    @mozhdehnouri 6 месяцев назад

    The one of the best I ever seen

  • @natanloterio
    @natanloterio 7 месяцев назад

    valid points, others not so valid. For instance, the use of `Either` results chained to a `fold` function seems an unnecessary overhead since you already have the conditional operator `when`. Besides being counterintuitive when reading from left to right, it makes it harder to read the code.