I have question regarding exceptions and fp. So th...
# arrow
j
I have question regarding exceptions and fp. So then exception is thrown we got nice stacktrace that shows us where error happened, but with classes like Either we only have message (or Throwable without stacktrace) - so how do you find place where this error happens? Do you use very specific error messages that can be pinpoint only to one location?