How to estimate effort required to convert a large codebase to another language/platform
Posted
by
Justin Branch
on Programmers
See other posts from Programmers
or by Justin Branch
Published on 2011-11-27T03:55:32Z
Indexed on
2011/11/27
10:02 UTC
Read the original article
Hit count: 250
We have an MFC C++ program with around 200,000 lines of code in it. It's pretty much finished. We'd like to hire someone to convert it to work for Macs, but we are not sure how to properly estimate a reasonable timeline for this project.
What techniques can we use to estimate what it would take to convert this project to work on a Mac?
Also, is there anything in particular we should be watching out for specific to this sort of conversion?
© Programmers or respective owner