How can a large number of developers write software together without either a cumbersome process or

Posted by Mark Robinson on Stack Overflow See other posts from Stack Overflow or by Mark Robinson
Published on 2010-05-19T15:08:34Z Indexed on 2010/05/19 19:50 UTC
Read the original article Hit count: 300

I work at a company with hundreds of people writing software for essentially the same product. The quality of the software has to be high because so many people depend on it (not least the developers themselves). Because of this every major issue has resulted in a new check - either automated or manual.

As a result the process of delivering software is becoming ever more burdensome. So that requires more developers which... well you can see it is a vicious circle.

We now have a problem with releasing software quickly - the lead time even to change one line of code for a very serious issue is at least one day.

What techniques do you use to speed up the delivery of software in a large organization, while still maintaining software quality?

© Stack Overflow or respective owner

Related posts about software-development

Related posts about software-quality