Tag: TDD
Review of “Learn TDD in 24 hours” on Udemy [2018]
Posted onWhat is Test Driven Development (TDD) ? Test driven development is all about writing code that you trust, maintainable, and you won’t call it legacy code straight out of the box. It means you write test first and then you start to write code. In contrast with common beliefs you save time with this technique […]