I know that there are many different reasons why a developer might pick one approach over another when tackling any given question. But here’s my line of thinking regarding tests. There is value in writing tests after the implementation. It helps us feel more confident when the code later needs to be refactored or changed.Continue reading “Why Choose TDD Over Writing Tests After the Code?”