/coding-scala-books

Some exercise in Scala (based on books related to Scala)

Primary LanguageScala

ci

coding-scala-books

Some exercise in Scala (based on books related to Scala)

Requirements

  • NONE

Books

Run tests

./gradlew test

Code formatting

I use scalafmt (IDE settings + gradle's plugin to start it)

Good references worth to check

I use such settings: img

since it looks like IntelJ too often use its own formatter instead scalafmt to optimise performance that could easily cause different results.