This repository contains the code we wrote during Rock the JVM's Scala at Light Speed mini-course/video series. Unless explicitly mentioned, the code in this repository is exactly what was caught on camera.
- if you don't have IntelliJ IDEA installed, install it from the official site
- either clone the repo or download as zip
- open with IntelliJ as an SBT project
Clone this repository and checkout the start
tag by running the following in the repo folder:
git checkout start
The master branch contains the final code, so you can download the repository as is, or if you've navigated somewhere in the code history, then do
git checkout master
The repository was built while recording the videos. Prior to each video, I tagged each commit so you can easily go back to an earlier state of the repo!
The tags are as follows:
start
basics
object-orientation
functional-programming
pattern-matching
advanced
When you watch a video, you can git checkout
the appropriate tag and the repo will go back to the exact code I had when I started the lecture.
If you have changes to suggest to this repo, either
- submit a GitHub issue
- tell me in the comments to the videos
- submit a pull request!