Tagged Questions
2
votes
4answers
554 views
Development setup for TDD. Is it correct?
This is how my team has it's development environment set up:
Each team member has a local development environment on their own computer, where they check out the code from a shared repository.
Every ...