Test Driven Development (TDD) helps you to validate your code but something you need to check some result from a json file. Here my solution
Test our code with json
Read More
All technologies, only pure source code
Test Driven Development (TDD) helps you to validate your code but something you need to check some result from a json file. Here my solution
There are a number of specific Agile approaches, as well as a generic agile style of working. Extreme Programming is a software development methodology, containing mainly programming practices such as Test Driven Development, Pair programming and Continuous Integration, but little management. Lean, which came from the manufacturing environment, is all about efficient processes. The focus is on eliminating waste from the production line and thereby reducing cost. Scrum is a very simple agile process, designed for delivering software in small chunks, taken from a backlog of work to be done.…