by Peter Kha | Feb 21, 2018 | Software, Software craftsmanship, Unit testing
I have published a number of blog posts about TDD. I have written about the pros and cons. I have written step-by-step walkthroughs to solve problems. In writing these posts, I realized that there is an important part of using TDD that is easy to overlook. It feels...
by Peter Kha | Feb 2, 2018 | Software, Unit testing
Hello and welcome to my TDD Walkthrough! Today’s exercise is Encryption, taken from hackerrank.com at the following URL: https://www.hackerrank.com/challenges/encryption/problem The following presentation will walk you through the whole exercise, covering the cases...
by Peter Kha | Jan 18, 2018 | Software, Unit testing
Hello and welcome to my TDD Walkthrough! Today’s exercise is Library Fine, taken from HackerRank.com at the following URL: https://www.hackerrank.com/challenges/library-fine/problem The following presentation will walk you through the whole exercise, covering the...
by Peter Kha | Dec 14, 2017 | Software, Unit testing
Hello and welcome to TDD Setup with Jasmine! Fee free to use this small guide as a reference for setting up the Jasmine standalone project. Here are the links to the websites referenced in the presentation: Jasmine website: https://jasmine.github.io/ Jasmine code...
by Peter Kha | Dec 8, 2017 | Software, Uncategorized, Unit testing
Hello and welcome to my TDD Walkthrough! Today’s exercise is The Time in Words, taken from HackerRank.com at the following URL: https://www.hackerrank.com/challenges/the-time-in-words/problem The following presentation will walk you through the whole exercise,...