19

Man I really wish I knew how to implement TDD. Sounds so good in theory, seems impossible in practice 😅

Comments
  • 1
    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.
  • 1
    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.
  • 1
    It’s getting management to accept going at a slower pace during the learning curve that makes TDD painful
  • 2
    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
  • 0
    @Mathew-77 I feel like at school that’s where they should start, unit testing and TDD. Would solve this issue!!
  • 0
    @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
Add Comment