Lessons from TDD - Logic in unit testsJul 20, 2020 · 3 min read · 606 wordsTL;DR - Try not to have logic in unit tests. The whole point of a unit test is to make sure some logic works TDD was something new to me about 8 years ago. I …programming TDD scala