You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ The documentation is [available here](https://demystifyfp.gitbook.io/fstoolkit-e
15
15
## Further material
16
16
17
17
* The main resource as to learning this style of programming [Railway Oriented Programming](https://fsharpforfunandprofit.com/rop/)
18
-
* However Result isn't a panacea, see what pitfalls and where you shouldn't use `Result`. [In defense of Exceptions: Throw (away) your Result](https://www.youtube.com/watch?v=E4dI-zd4Cag)
18
+
* However Result isn't a panacea, see what pitfalls and where you shouldn't use `Result`. ["Don't Throw Exceptions, Use A Result Pattern" is BAD ADVICE!](https://www.youtube.com/watch?v=txU58-Q03JA)
0 commit comments