- By Emmanuel Valverde
- ·
- Posted 22 Mar 2024
Advanced Katas
You have reached the highest level. You have completed the learning phases and we move on to the more complex katas. Remember that in the link of..
String Calculator is a great follow up Test-Driven Development (TDD) kata to two of our favourite katas; Fizz Buzz and Leap Year.
The rules for the String Calculator kata get steadily more complex. So, creating a great solution for this works well with the concept of Agile development, using TDD. The idea being that you add one rule at a time, use refactoring to adapt your algorithm and support the new behaviour.
In real life, you will often work on a project, then come back to it months later to make a change for your client. When working this kata, don't think of each rule as a sequence that you are working on in an afternoon or evening, think of them as new instructions that are separated by months and that have arrived in separate briefings from the client.
By the end of this kata you will really have built a great foundation knowledge on how to work TDD.
Getting set up can be the roadblock to starting a kata. In our screenkatas you can join our Software Craftspeople and let them show you how to set up your repositories for Java, PHP, Python and Typescript. For other languages, check out our guide on GitHub.
Love our #kataday challenges? Then find them all here and don't forget that our Katalyst portal is filled with programming problems to expand and sharpen your coding skills.
You have reached the highest level. You have completed the learning phases and we move on to the more complex katas. Remember that in the link of..
Our recommendation is that you first go through Object-Oriented Programming katas so that you can move on to more complex testing concepts. If so, we..
Once basic concepts such as conditionals, loops, and simple structures have been introduced and reinforced, and TDD has been strictly practiced, it's..
Join our newsletter for expert tips and inspirational case studies
Join our newsletter for expert tips and inspirational case studies