Jump to content

expanding an application w/o creating a mess


jay0316

Recommended Posts

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
Share on other sites

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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.