Clean Coding Why “Test-First” is better than “Test-Later” Part 2 May 20, 2020May 20, 2020Jun Kim 5. Discovering Scenarios Have you ever looked at a block of a mere dozen lines of old code (that you now have to enhance), and struggled to figure out all…Continue readingWhy “Test-First” is better than “Test-Later” Part 2
Clean Coding Why “Test-First” is better than “Test-Later” Part 1 May 19, 2020May 20, 2020Jun Kim Thankfully, I have joined the training for Test Driven Development for whole week. That works shop changed my paradigm of software development. One day, I met one of my former…Continue readingWhy “Test-First” is better than “Test-Later” Part 1
Clean Coding Having Fun with Refactoring May 8, 2020May 20, 2020Jun Kim Started with the code violates Single Responsibility in many areas. While Refactoring one by one, I get happier whenever add more unit test and cover more code by a lot…Continue readingHaving Fun with Refactoring