...
One of the big benefits of a file-based development environment is as the developer you’re able to implement automated testing through your own test scripts. Ideally you should be able to run the majority of your project on your local machine, before deployment, using your favourite testing tools. This can really help development code quality and minimise regression.
...