Tagged: Refactoring

Code Refactoring 0

Refactoring

Redoing things is fundamental to every creative process In Agile, working software is the primary measure of success but how to ensure that developed software code is not buggy and is of high quality, and that...

Pair-Programming 0

Pair-Programming

Pair-Programming means sitting side-by-side with one of your colleagues through the whole adventure: coding, unit testing, and then functional testing. Agile methodology and Scrum process does helps us managing the iterative development process but...