Exception Handling in Functional and Reactive Programming by Venkat Subramaniam

Поділитися
Вставка
  • Опубліковано 15 тра 2023
  • For more info on the next Devoxx UK event 👉 www.devoxx.co.uk
    Functional and reactive programming is gaining popularity and use. One hurdle developers face using these approaches is in exception handling. Dealing with exceptions in these styles is confusing in the beginning and is often messy and error prone. In this presentation we will step back and take a closer look at exception handling, about their role in functional and reactive programming, and discuss the dos and don'ts for exception handling. We will learn using concrete examples and live coding to illustrate the problem and the possible solutions.
  • Наука та технологія

КОМЕНТАРІ • 4

  • @manuvinayas27
    @manuvinayas27 Місяць тому

    Excellent talk as always

  • @aaqibhamdule73
    @aaqibhamdule73 10 місяців тому +1

    Awesome

  • @aaqibhamdule73
    @aaqibhamdule73 10 місяців тому +1

    Introducing ifException as a stream method should make the code more clean

  • @rezaasghari1670
    @rezaasghari1670 6 місяців тому +1

    i prefer imperative style then