publish date
Mar 26, 2023
duration
49
min
Difficulty
Case details
Test-driven development, or TDD, is a programming paradigm in which you write your tests first and your source code second. TDD is perfect when you’re writing code that has clear inputs and outputs, like pure functions or API endpoints. But what about when building user interfaces? Can TDD be done for UI development? In this talk we’ll explore a few questions: - Can we use TDD to build UIs? - If we can, how do we do it? - And finally, should we use TDD to build UIs? [h2][b][url=https://drive.google.com/file/d/11dSA8DBpF91v-eMzfpV0OqpzUKT88k7i/view?usp=sharing]Slides[/url][/b][/h2] [h2][b][url=https://github.com/thawkin3/tdd-for-ui-demo-2022]Repo[/url][/b][/h2]
Share case: