Is Continuous Integration important for a solo developer? [closed]
The basic concept of CI is that you have a system that builds the code and runs automated tests everytime someone makes a commit to the version control system. These tests would include unit and functional tests, or even behavior driven tests. The benefit is that you know – immediately – when someone has broken … Read more