Hacker News new | ask | show | jobs
by thibaut_barrere 5454 days ago
That size of codebase is definitely an issue :) Last time I had 500k of C#+C++ (5 years ago roughly), I split the solution into around 20 solutions, and used binary dependencies (with CruiseControl.Net on top of that [1]).

I remember reading similar advices in other places as well (and for other languages/platforms, too).

[1] http://mikebroberts.files.wordpress.com/2007/01/enterprise-c...

1 comments

That looks painful. I'd rather like to move it to an SOA and split it into logical feature partitions and use service composition and windows workflow to integrate it all. Typically, I don't think anyone wants to pay for that though.