views:

16

answers:

0

All in the question really, but I'm looking for real world experience of using Nester beyond simple cash-machine sample programs.

  • Does it really help improving the quality of tests?
  • Do you end up with fewer bugs in production?
  • Do you get many false alarms (say both paths through a condition can end up giving the same result for more complex functions. For example, consider mutations on IsEven(2) )

Are there any other good ways to ensure that the time you spend writing unit tests improve your production system over time (such as testing the parts of your code that are likely to be changing in the future)

many thanks

Oskar