Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I have found that TDD is awesome when applied in the right circumstances. Refactoring legacy code to fit a TDD approach takes way too long for most managers to stomach.
-
Hard to practice and takes time to learn. But don't worry it will be worth it. I'm currently studying it right now. Hopefully will be able to teach the team on how to do it in the future.
-
mazakris2377yIt’s getting management to accept going at a slower pace during the learning curve that makes TDD painful
-
Yeah I love the idea of TDD but the hard part for me is writting tests for things like UI or networked components etc. I know it's possible I just haven't learnt the testing technology enough and struggle when I try learn it
-
@Mathew-77 I feel like at school that’s where they should start, unit testing and TDD. Would solve this issue!!
-
tkdmatze4437y@JerryBlanks it is my current task to refactor legacy code to make it testable
And time to find performance issues since you see how long tests are running
Man I really wish I knew how to implement TDD. Sounds so good in theory, seems impossible in practice 😅
rant