refined icon indicating copy to clipboard operation
refined copied to clipboard

Scala Exercises for refined

Open fthomas opened this issue 8 years ago • 6 comments

Scala Exercises' lessons for refined would be cool, see http://www.47deg.com/blog/scala-exercises-version-two#contribute-3 and https://github.com/scala-exercises/scala-exercises/blob/master/DEV_GUIDE.md

fthomas avatar Jul 06 '16 19:07 fthomas

This would be a very welcomed addition to Scala Exercises!

andyscott avatar Dec 14 '16 03:12 andyscott

hi @fthomas, @andyscott

shall we put here some ideas for the exercises?

ysusuk avatar Jul 10 '17 08:07 ysusuk

i made some first steps https://github.com/ysusuk/exercises-refined/

ysusuk avatar Jul 11 '17 10:07 ysusuk

Awesome @ysusuk! Is there an easy way to run them?

fthomas avatar Jul 11 '17 21:07 fthomas

/cc @raulraja see above

andyscott avatar Jul 11 '17 23:07 andyscott

@fthomas i think the easiest way is of course to run the tests=) but if you want to check the UI you'll need to build sbt compile pushLocal on exercises-refined. Then clone https://github.com/scala-exercises/scala-exercises/ and configure it for local run https://github.com/scala-exercises/scala-exercises#local-development. The configuration process takes some time, but works like a charm when you are finished!

ysusuk avatar Jul 13 '17 11:07 ysusuk