programaker / Joguin2

Toy Scala project to study some cool Functional Programming concepts (version 1 was in Java)
2 stars 0 forks source link

Use more Refined modules #12

Open programaker opened 5 years ago

programaker commented 5 years ago

According to https://github.com/fthomas/refined, section "External Modules", there is a Circe integration! With that, we may not need PersistentGameProgress anymore!

Also, there is integration for ScalaCheck and many more that can be useful. Take a look!

programaker commented 4 years ago

circe-refined worked very well! No need to create codex manually nor Persistent DTOs