DEV Community

Discussion on: First Impressions of Test Driven Development (TDD)

Collapse
 
henrybarreto profile image
Henry Barreto

TDD is great, but it can become tricky in huge projects... There a lot of content online talking about it.

Collapse
 
djnitehawk profile image
Dĵ ΝιΓΞΗΛψΚ

yeah this has been my experience too. I find that I have to spend a lot of brain power on maintaining the test suite. instead when I focus on the features first I find that I write beautifully architected and scalable systems. good thing my team has a dedicated person to write integration tests before any feature reaches the staging/uat whatever.