Published onMay 6, 2020Test Driven DevelopmentThis talk is an introduction to TDD. I presented what is TDD, the three laws of TDD, why it is helpful, and how to use it. In the talk, I also presented a demo by solving the Roman Numerals Code Kata using TDD.
Published onApril 18, 2019Clean CodeAnyone can write code a computer can understand, but professional developers write code “humans” can understand.