Exception Handling in Functional and Reactive Programming by Venkat Subramaniam

preview_player
Показать описание

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.
Рекомендации по теме
Комментарии
Автор

Great explanation contrasting Reactive vs functional style in handling exceptions

aadithyagopalan
Автор

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

aaqibhamdule