TDD for your technical interview
That technical challenge is coming, and when it does, do you want TDD by your side? A true story A year ago I had no experience with tests. During an interview, I was given the task of writing a method that returns the nth number of the Fibonacci series, without using recursion. I was so excited…