Best way to deal with a system without a user acceptance / testing phase
- by billy.bob
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.