anitsh / til

Today I Learn (til) - Github `Issues` used as daily learning management system for taking notes and storing resource links.
https://anitshrestha.com.np
MIT License
76 stars 11 forks source link

Exception Handling in Functional and Reactive Programming by Venkat Subramaniam #987

Open anitsh opened 1 year ago

anitsh commented 1 year ago

https://www.youtube.com/watch?v=S5tLVsvbHBg

Defines when to use function programming using Java programming languge.

When ever there is high probability of exception handling, imperative style is better.

Loom project might be very interesting.

Difference between Stream and Reactive stream

A must watch.

anitsh commented 1 year ago

image