2 Matching Annotations
  1. Apr 2019
    1. It’s faster than writing code without tests!

      I think that this refers to one of the greatest misconception of testing, and one of the reasons why people don't do it. Doing testing is apparently more work and code, that's why a lot of developers avoid the practice. However, it reduces significantly the debugging time, which is, as he says in the same paragraph, "most of the effort we spend on code".

  2. Mar 2019
    1. I recommend that developers spend 25-50% of their time developing tests

      Is this recommendation for unit testing in general or only for this framework?