Some time ago a client asked me some questions about spies and mocks. I wanted to share what we discussed with you. So here’s the issue my mind has been toiling over… The project I’m on is using Jasmine for BDD. Technically though, I think most people aren’t actually executing real TDD/BDD. As in, they’re not letting the tests guide their design, but instead are sticking on unit tests at the end, after writing most of the code… this is what their tests suggest, at least. I see, in...