scala_school2 icon indicating copy to clipboard operation
scala_school2 copied to clipboard

Scala School 2

Results 51 scala_school2 issues
Sort by recently updated
recently updated
newest added

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...

content

This might require a bunch of additional plumbing work... not sure.

content

Expect an error when trying to extend a `sealed` class or trait across multiple POSTs.

bug
interpreter

Not sure if this is really feasible, but it might be handy to auto-generate the navbar dropdown lists from src/main/resources/markdown

enhancement
twirl

See [scalaschool](http://go/scalaschool) and [scalaintro](http://go/scalaintro).

content
meta

Persistent, immutable collections; when to use Mutable collections; when to use

content

Port from @mergeconflict's LiveLessons

content

Need some content about what `Predef` is, and some useful things to be aware of in it.

content

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.

bug
interpreter

Refer to @mergeconflict's LiveLessons videos on how to approach currying.

content