47degrees / LambdaTest

Functional testing for Scala.
https://47deg.github.io/LambdaTest/
Apache License 2.0
67 stars 4 forks source link

Consider using Case classy to avoid config boilerplate #3

Closed raulraja closed 8 years ago

raulraja commented 8 years ago

https://github.com/47deg/LambdaTest/blob/master/src/main/scala/com/fortysevendeg/lambdatest/LambdaOptions.scala

This kind of config boilerplate can be easily avoided with https://github.com/47deg/case-classy and will also help us promote this lib as well. Please coordinate with @andyscott to see if there is a good use case for it here.

nestorpersist commented 8 years ago

We not add. Options are quite simple. To keep it simple, don't want to add more external dependencies (not just classy but also the stuff it uses).