what are the potential problems taking over another developers code?

This is a discussion on "what are the potential problems taking over another developers code?" within the PHP Forum section. This forum, and the thread "what are the potential problems taking over another developers code? are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > PHP Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jan 31st, 2008, 08:30
New Member
Join Date: Jan 2008
Location: Uk
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
what are the potential problems taking over another developers code?

Hi, we are a design agency and we outsource most of our development. Recently, we have been given the opportunity to pitch for taking over an existing clients website. The site currently contains CRM data, a large cms which 16 of their branches have access to.

The site currently resides on the developers own hosting too.

What potential issues could arise from this takeover and what milestones are there to consider?

does anyone have any experience they can share?

btw, apparently the client owns the source code.

any pointers, much appreciated.

tia
Reply With Quote

  #2 (permalink)  
Old Jan 31st, 2008, 15:08
Aso's Avatar
Aso Aso is offline
Chief Moderator

SuperMember
Join Date: Oct 2007
Location: UK
Posts: 1,012
Blog Entries: 2
Thanks: 5
Thanked 23 Times in 20 Posts
Send a message via Skype™ to Aso
Re: what are the potential problems taking over another developers code?

Firstly, it depends how experienced you are with the code at hand.

The project sounds fairly large scale, and no matter how good you are it's always going to be a big step when you dive into a strangers code.

You should allow extra time for analysis and getting to grips with the fundamentals of the CMS. Ensure you understand it and are confident you can continue work on it. Do not at any point try to bluff your way through it - be honest and put your hands up if it's not working.

Ideally you would be able to examine the source prior to any fixed agreements, so that you can determine whether you're up to the job or not.

If the CMS is not your area (whether it's too complex, a particular language etc) then take the bold decision and pass it on.
Last Blog Entry: The Google Misconception (Feb 3rd, 2008)
Reply With Quote
  #3 (permalink)  
Old Jan 31st, 2008, 15:24
JustinStudios's Avatar
SuperMember

SuperMember
Join Date: Mar 2007
Location: USA
Posts: 406
Blog Entries: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to JustinStudios
Re: what are the potential problems taking over another developers code?

Well said aso186. I was given a project to work on a multi-million dollar website. No, I didn't get multi-millions of dollars, I just got paid to develop one page (the actual sending of credit cards to the company securely, processing the transaction, then getting it the status back page), and I must say after looking at the coding in it I was in shock. The developer had used crazy code all over the place to confuse anyone new as they wanted to keep their job, unfortunately they lost their job and had to pay for the site to be fixed. One thing she did was every time there was a hyperlink she'd put:
Code: Select all
<?php include("page114.php");?>page.php<?php include("page115.php");?>Text Link<?php include("page116.php");?>
She had all of her tags put into page includes to confuse other people and it was one of the reasons their loading time was so horrible. I complained to the people about the pathetic coding job they had and pointed out to them that I can understand why their site is so buggy.
Reply With Quote
  #4 (permalink)  
Old Jan 31st, 2008, 16:03
New Member
Join Date: Jan 2008
Location: Uk
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Smile Re: what are the potential problems taking over another developers code?

Hi there, thanks for your messages. I'm actually going to be outsourcing it.

I've got to put together a document, a set of bullet points of reasons why its not such a good idea.

any specifics / pointers much appreciated.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Php code problems longstand PHP Forum 3 Oct 15th, 2007 10:53
Php code problems longstand PHP Forum 2 Oct 10th, 2007 20:47
Newbie having problems w/code in O'Reilly book Sqrlgrl PHP Forum 5 May 31st, 2005 10:19


All times are GMT. The time now is 06:02.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43