הרצאה מאת שי ילין, מהכנס.
סליחה על בעיות הסאונד בהתחלה, אבל בהמשך זה מסתדר
Scala is a multi-paradigm functional/object-oriented programming language. As such, its design and feature promotes more robust designs, building on immutable value objects and collections, a shared-nothing parallelism model and generally much less lines of code. All of these, in addition to powerful support for in-language DSLs, allow us to grow our software to be testable and deterministic, and is an excellent choice for projects using the TDD methodology.
This talk will cover the following aspects:
Short introduction to Scala and its main featuresWhy case classes and immutable collections are your best friendsHow avoiding null values and throwing exceptions make your code more predictable and testableTraits and how they allow us to compose our software to more manageable piecesUsing the specs2 test framework for testing your Scala codePresentation is here
Sound file here