Skip to content

Commit

Permalink
Merge pull request #59 from scalajp/wip/cao
Browse files Browse the repository at this point in the history
Fixes #42, translates LongCao_1.html
  • Loading branch information
tkawachi committed Aug 8, 2015
2 parents dcef3a1 + d693be0 commit 1baa7e1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
1 change: 0 additions & 1 deletion _candidates_en/LongCao_1.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@
twitter: oacgnol
github: longcao
icon: https://media.licdn.com/media/p/2/005/05f/38e/244d498.jpg
organization: Foo
---
<p>There are many ways to approach error handling in Scala, some of which will look more familiar to those coming from Java backgrounds, and some that are more familiar to those coming from the functional programming side. In this talk, we'll explore refactoring your error handling code from Java-like Scala to a more functional style. We'll also take a brief look at some of the already existing constructs for functional error handling and error accumulation in the Scala ecosystem.</p>
12 changes: 12 additions & 0 deletions _candidates_ja/LongCao_1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: Long Cao
title: Scala における関数型のエラー処理と蓄積
length: 40
audience: Intermediate
language: English
twitter: oacgnol
github: longcao
icon: https://media.licdn.com/media/p/2/005/05f/38e/244d498.jpg
---
<p>Scala には様々なエラー処理の方法があり、Java の経験者にとって親しみのある方法や、関数型プログラミングの経験者にとって親しみのある方法もある。
このセッションでは、Java 風のエラー処理のコードを関数型のそれへのリファクタリングを行う。また、Scala のエコシステムにある関数型のエラー処理やエラー蓄積の仕組みについても簡単に説明する。</p>

0 comments on commit 1baa7e1

Please sign in to comment.