Today I Learn (til) - Github `Issues` used as daily learning management system for taking notes and storing resource links.
78
stars
11
forks
source link
Exception Handling in Functional and Reactive Programming by Venkat Subramaniam #987
Open
anitsh opened 2 years 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.