News Feed
Jobs Feed
Sections




News Archive
Reddit.com:
Moving a large existing project onto a framework
February 01, 2013 @ 12:18:13

On Reddit.com a discussion has started up around a question asked about legacy application migration - things to consider when moving a large existing project onto a framework.

I am working for an online store that has a codebase which has spanned dozens of developers and has been constantly upgraded. The codebase has its problems but it is not too bad. I would love to put it onto a framework like laravel and systematically start cleaning up as I go, but I am unsure if it will work trying to shove a framework into the current site. Has anyone done something similar, it would take me months to rewrite the whole system, has anyone done something like this successfully? Any advice would be appreciated.

There's lots of good recommendations made in the comments including:

  • "If it were me, I'd take a step back before trying to build on top of a framework. I'd start by refactoring the existing codebase out into PSR-0 compliant namespace."
  • "In my experience you only rewrite an entire application if what you have has become too expensive to maintain. At this point it is actually more cost effective to rewrite it using a framework."
  • "We have recently moved our website to the Symfony2 framework at my company [...] it definitely is not a one programmer job."
  • "Whatever you do, replace one bit at a time. And always strive to de-couple code."

Read up on the rest of the responses or add your own to the post.

0 comments voice your opinion now!
framework legacy application opinion advice migrate


blog comments powered by Disqus

Similar Posts

Paul Jones' Blog: Solar 0.21 and 0.22 released in quick succession

The Bakery: Six New Articles and Tutorials

Arnold's Blog: Without a framework: (M)VC

ThinkPHP Blog: LAMP App Monitoring

SitePoint.com: An Introduction to CodeIgniter


Community Events











Don't see your event here?
Let us know!


community series podcast unittest code framework language zendframework2 example application functional development introduction release opinion phpunit testing composer api interview

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework