FizzBuzz Kata Guide – part 2

FizzBuzz Kata Guide – part 2

FizzBuzz Kata Guide Part 2 – We have arrived at our second part of our article on Test Driven Development. In the first article we started working on the FizzBuzz kata and we saw how to develop with the tdd technique. Today we will focus on a first part of...
TEST DRIVEN DEVELOPMENT for dummies

TEST DRIVEN DEVELOPMENT for dummies

Test Driven Development (TDD) for dummies – We perform this programming technique to develop functionality of our crafter.ai chatbot builder platform. In this article we want to explain why you should use this programming technique to develop your products or...
Why refactoring is important?

Why refactoring is important?

The activity is often unclear to those who do not work in the sector, today we try to clarify this topic and explain what its goal is. What is refactoring? Refactoring is the activity of rewriting the existing code making it clearer while keeping the functionality...