Resources
Working on assignments
- Assignment HOWTO: How to use GitHub to work on assignments.
- Installing Sourcetree: How to install a visual Git / GitHub program.
Git resources
- Sourcetree: an excellent (and free!) graphical Git client for Windows and Mac.
- Learning Git: a quick command-line Git tutorial.
- git Magic: a good online book about Git.
- Learn Git Branching: a game-based tutorial for Git.
Scala resources
- Scala for the Impatient The recommended book for the course.
- Scala cheatsheet
- Scala exercises A tutorial, with exercises that you can do in the browser.
- Scala language documentation
- Scala style guide
- The Neophyte’s Guide to Scala A series of introductions to some more advanced features of Scala.
- Scala school
- Effective Scala Style and idiom recommendations for Scala.