scala_school2
scala_school2 copied to clipboard
Scala School 2
The content on type aliases should probably come far earlier in the OOP section than the content on abstract type declarations (which relates more closely in my mind to path-dependent...
This might require a bunch of additional plumbing work... not sure.
Expect an error when trying to extend a `sealed` class or trait across multiple POSTs.
Not sure if this is really feasible, but it might be handy to auto-generate the navbar dropdown lists from src/main/resources/markdown
See [scalaschool](http://go/scalaschool) and [scalaintro](http://go/scalaintro).
Need some content about what `Predef` is, and some useful things to be aware of in it.
Since everything sent to the interpreter is dealt with as a single expression, rather than parsed as multiple statements, we get funky-looking output. Especially when `println` is involved.