6 ms·
If you keep the Scala feature you use minimal, it should not get too complicated. First step was to learn SBT, which in itself is simple (building projects, de
by hszeeks 7y ago
If you keep the Scala feature you use minimal, it should not get too complicated.
First step was to learn SBT, which in itself is simple (building projects, dependencies, plugins).
Later we have them do scala exercises (scala-exercises.org) to understand Scala basics, and the philosophy behind Scala, onboard on Framework (Play/Lagom).
Then we move on to Slick, and then Future API, error handling with Try, for yield comprehension, map and flatMap, collections, and of course implicits.
The rest would be comments on pull request.