지 않는다. 물론 이 예제는 억지스럽지만, 최종 사용자가 제공하는 문자열을 구문분석하는 곳에
서 예외가 자주 발생한다.
자바의 검증 예외
checked
exception
가 이런 특정 문제를 해결해준다는 것은 사실이다. 메서드 시
그니처는 예외 형태로 던져질 수 있는 오류조건을 표현해준다. 하지만 여러 가지 이유로 인
해 검증 예외는 실제로 잘 작동하지 않는다. 스칼라를 포함한 여러 언어는 이를 구현하지 않
는다. 자바 프로그래머들은 종종 검증 예외를 사용하는 대신 비검증 예외인
java
.
lang
.
RuntimeException
(
http
://
bit
.
ly
/
108gaLU
)의 서브클래스를 던지곤 한다.
Either
를 사용하면 참조 투명성을 복원하면서도 타입 시그니처로부터 오류가 발생할 수 있음
을 알 수 있다.
addInts
를 재작성한 다음 예제를 보자.
//
src
/
main
/
scala
/
progscala2 ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month, and much more.
O’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
I wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
I’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
I'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.