scala-academy / castalia

API stub server
Other
8 stars 3 forks source link

Waffle #29: Create case classes instead of objects #36

Closed geerdink closed 8 years ago

TimSoethout commented 8 years ago

For now we leave it as it, because the to case class converted objects serve no improvement as is. If we want to support multiple implementations we can always refactor them at that time (to traits for example)