Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TDD scala tutorial [closed]

Tags:

tdd

scala

I am working with scala for couple on months. I want to focus on functional programming using scala . I am looking for a book that shows real world application using scala . and preferred (if there is one) with TDD approach
books that I read are concept and syntax , now I want to dive in FP programming using scala with TDD approach and looking for a good tutorial using real world applications as a reference . any recommendations ?

like image 757
igx Avatar asked May 15 '26 23:05

igx


2 Answers

For functional programming with Scala, here are a few suggestions:

  • http://www.artima.com/shop/programming_in_scala_2ed
  • http://www.manning.com/bjarnason/
  • http://www.manning.com/raychaudhuri/ (this one mention TDD in a couple of chapters)
like image 115
vptheron Avatar answered May 17 '26 14:05

vptheron


Just found this book testing in scala which is close to what I was looking for

like image 27
igx Avatar answered May 17 '26 14:05

igx