Tagged Questions
0
votes
2answers
187 views
Should I use TDD and BDD if my project is changing fast?
I have my own little project I am creating using RoR, I plan it to have small-medium load.
With no doubt I started with BDD and TDD (Cucumber and RSpec to be exact, but I am also experienced with ...
2
votes
3answers
112 views
Post-hoc testing in TDD recommended?
I have a personal project that doesn't have robust testing. I had a bit of TDD going on at the beginning, but it quickly became counterproductive as the project details changed dramatically over time. ...
20
votes
11answers
2k views
Has test driven development (TDD) actually benefited a real world project?
I am not new to coding. I have been coding (seriously) for over 15 years now. I have always had some testing for my code. However, over the last few months I have been learning test driven ...
11
votes
10answers
714 views
How to convince teammates to use TDD
I am the only person on my team that use TDD. How do I make them to use it?
I am annoyed that when I pull, someone's code will break my tests and I am the one who has to fix them.
Will using github, ...
13
votes
9answers
2k views
I hate TDD but I want to like it, is there a good book for that?
I've been learning rails recently and I have heard a lot about TDD. currently I hate it, it just seems like an annoyance but I understand the advantages of it and I want to convert to that style of ...