michelgrootjans / playing_with_projections

Preparation of a workshop
22 stars 51 forks source link

Scala version #38

Open cotonne opened 7 years ago

cotonne commented 7 years ago

Hi,

Following the workshop at nCrafts, here is a scala version. RFC

Regards

loicknuchel commented 7 years ago

Hi, I was working on a Scala version too when I saw your PR (https://github.com/loicknuchel/playing_with_projections/tree/scala-version/scala) ^^

What do you think about providing types instead of JsonElement ? I would be easier to work with and much more idiomatic for Scala code. For example, I did : https://github.com/loicknuchel/playing_with_projections/blob/scala-version/scala/src/main/scala/domain/Event.scala