DEV Community

Discussion on: Test First Development at different test stages

Collapse
 
mrlarson2007 profile image
Michael Larson

Just curious what language and tools are you using? I have never ran into these issues using TDD. I use Visual Studio and it tells me right away what the compiler errors are. And if I am missing a class or function I just use the refactoring tools to create or rename them at will. Sounds a lot of issues might be tool related.