- see https://gist.github.com/machty/5723945 for the latest API (unlikely to change from now on)
- latest Ember build: https://machty.s3.amazonaws.com/ember/ember-async-routing-10.js
- Install IntelliJ + Scala Plugin
- Don’t do the Coursera courses yet.
- Don’t do the “red book” Functional Programming in Scala yet.
- Do: http://underscore.io/books/
- Essential Scala
- Essential Play
- Essential Slick
- Do Scala for the Impatient: https://www.amazon.com/Scala-Impatient-Cay-S-Horstmann/dp/0321774094
- The Neophyte’s Guide to Scala http://danielwestheide.com/scala/neophytes.html
The JaCoCo results from all subprojects shall be combined.
- Don't make any assumptions about where files are located in the build folders.
- Refer to the sources of truth for getting at needed information.
- Don't make any assumptions about which source sets are being tested. It might be
main
, but it might not. - Handle subprojects that don't JaCoCo.