Secrets of delivering .NET size large products?
Posted
by Joan Venge
on Stack Overflow
See other posts from Stack Overflow
or by Joan Venge
Published on 2010-04-20T16:29:51Z
Indexed on
2010/04/20
16:33 UTC
Read the original article
Hit count: 167
In software companies I have seen it's really hard to work on very large products where everything depends on everything else.
For instance Microsoft works on C#, F#, .NET, WPF, Visual Studio where these things are interconnected. I don't know how many people are involved, but if it's in 100s, how do they keep in sync with everything, so they design and implement features without conflicting with other dependencies and future plans of other products?
I am wondering that if MS is able to do this, they must have a very good system.
Any guidelines or secrets for MS or non-MS very large software product delivering?
© Stack Overflow or respective owner