jay0316 Posted August 27, 2009 Share Posted August 27, 2009 Hi, I've been using php for a little over 2 years. I'd consider myself between beginner and intermediate user. I have a custom application that I developed for the company I work for. Over time I continue to get requests for new features or to make exceptions for certain senarios. I'm finding that it starts to complicate the code quite a bit, and I'm afraid that eventually it's going to get harder and harder to read and understand. In general, are there any topics or books or guidelines that I could research for keeping the code easy to manage as you continue to expand an application? Link to comment https://forums.phpfreaks.com/topic/172142-expanding-an-application-wo-creating-a-mess/ Share on other sites More sharing options...
ignace Posted August 27, 2009 Share Posted August 27, 2009 I'm finding that it starts to complicate the code quite a bit, and I'm afraid that eventually it's going to get harder and harder to read and understand. In general, are there any topics or books or guidelines that I could research for keeping the code easy to manage as you continue to expand an application? OO has a reputation (if used in a correct fashion) for letting your code-base grow without that many headaches. But this may be not an option at the time as the application is already build and re-building is expensive. So I would advice to try to re-factor your current code-base. Link to comment https://forums.phpfreaks.com/topic/172142-expanding-an-application-wo-creating-a-mess/#findComment-907645 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.