2

Finally got the next part of my new feature working. So much rework has gone into this due to miscommunication. Now comes the fun task of a mass of unit test writing!

Comments
  • 0
    TDD my friend!
  • 0
    I'm not that big a fan of TDD. I think it had its place, don't get me wrong. When I'm developing something from scratch, I don't know what my software will look like, so how can I know what my tests will look like? I'm forever refactoring what I did the day before because I've had a better idea. It's double the effort to refactor tests too.

    If I get a bug, then TDD is the way forward!
  • 0
    I think it has* its place.
Add Comment