Hacker News new | ask | show | jobs
by stedaniels 4479 days ago
That's exactly what tests are for :-) roll out a new development server, run all your tests and see what breaks!
1 comments

Yup, I'm working on modernizing our platform. Currently we're built in CodeIgniter (before I came) and I am in the process of rewriting the whole platform to use Laravel, PHPUnit, and Travis-CI.