Site icon Hip-Hop Website Design and Development

Test driven development in PhpStorm with auto-testing enabled

Test driven development in PhpStorm with auto-testing enabled
Sat, 10/06/2020 – 14:24

mglaman

When I work, I try to follow the principles of Test-Driven Development. I have found it to aid me in writing cleaner code, identifying odd coupling of components or crazy accidental dependencies between components. It also lets me write my API first by using mocks against interfaces I have defined. PhpStorm’s auto-test functionality speeds up my test-driven development process.
Read more about Test driven development in PhpStorm with auto-testing enabledComments
Source: New feed