Skip to content

Latest commit

 

History

History
32 lines (29 loc) · 2.64 KB

README.md

File metadata and controls

32 lines (29 loc) · 2.64 KB

Scala for the Impatient

My solutions to the exercises from the excellent Scala for the Impatient book.

  1. The Basics => tests
  2. Control Structures and Functions => tests
  3. Working with Arrays => tests
  4. Maps and Tuples => tests
  5. Classes (task 5 java) => tests
  6. Objects => tests
  7. Packages and Imports (task 1a, 1b) => tests
  8. Inheritance => tests
  9. Files and Regular Expressions => tests
  10. Traits => tests
  11. Operators => tests
  12. Higher-order functions => tests
  13. Collections => tests
  14. Pattern matching and case classes => tests
  15. Annotations (task 4 java, 5 java) => tests
  16. XML Processing => tests
  17. Type parameters => tests
  18. Advanced types => tests
  19. Parsing => tests
  20. Actors => tests
  21. Implicits => tests
  22. Delimited continuations

Almost all solutions are covered with corresponding tests. You can build and run tests and see the coverage by using the following command:

activator clean coverage test coverageReport