Retrofitting

What do you mean by retrofitting? What are the procedures that are to be floowed to perform retrofitting?

Questions by shiese

Showing Answers 1 - 3 of 3 Answers

tag_tushar

  • Jul 30th, 2010
 

Retrofitting the code means keeping the code in syncronization with respect to all the regions. Here region means the different phases of the project source program goes through.Suppose, in your project you have something like Development, Staging, Qual and Production regions. You do some changes for your project in the development region. And these changes need to be reflected in Staging or Qual after some testing. In that case, you merge your changes with the source program of the respective region where it needs to be elevated. So, you pull your changes alone from Development to Staging or Qual without any other project changes.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions