Best way to deal with a system without a user acceptance / testing phase

Posted by billy.bob on Programmers See other posts from Programmers or by billy.bob
Published on 2011-04-11T15:22:00Z Indexed on 2012/03/25 5:39 UTC
Read the original article Hit count: 349

Historically I've been able to get away with making small changes to an in-house helpdesk system riding on a LAMP stack and just making a backup prior to editing.

This has no user acceptance / testing phase and I work on the live .php files directly.

However now the requirement has arisen that will require a bit more coding done, and I'm obviously not particularly happy about making these changes without a framework to support me.

What would the best way forward be? I could just make another backup I suppose.

© Programmers or respective owner

Related posts about web-development

Related posts about work-environment