Studies of Pair Programming on Translation Projects

Posted by gmletzkojr on Programmers See other posts from Programmers or by gmletzkojr
Published on 2011-02-18T02:32:48Z Indexed on 2011/02/18 15:34 UTC
Read the original article Hit count: 388

Filed under:

I am looking for information (ie, studies, metrics, etc) for pair programming when translating a project from an "older" language to a "newer" language. In this particular case, translating means line for line translation where ever possible, and only modifying the design when absolutely necessary, not when the modification would provide improved performance.

I have performed pair programming in new development, and I am well aware of the pros and cons of pairing in that environment. However, I haven't been able to find any information in this particular case. Any help is appreciated.

© Programmers or respective owner

Related posts about pair-programming