Many of you must have been part of team which successfully launched products. What lessons you learned? Is there good literature out there which I can read? I was just reading this wonderful article, http://productmusings.wordpress.com/2006/11/05/20-rules-for-delivering-software-products/. And one point I really liked was "Make sure you only work on things that you need to ship with version 1.0." I realized, we are violating this point in our present project.
|
feedback
|
closed as not constructive by bemace, ho1, Shoban, interjay, EJP Jul 12 '11 at 10:57
This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ.
|
The article is exactly right: stay focused, and be really strict about what gets in the product. Absolutely do not give in to the temptation to build something "because we'll need it someday", or "it would be nice". Understand your future users, and keep them in mind at all times. Only build something if it will make them happier. | |||
|
feedback
|
|
You might want to check out Ship It: A Practical Guide to Successful Software Projects
| ||||
|
feedback
|
|
Depends on the type of product as I don't believe that the same advice fits all. I can only really comment on large scale products that are deployed into enterprises ...
I could probably list another 20 or so! | |||
|
feedback
|
| |||
|
feedback
|
|
Wow - good question! I think the answer depends much on the scope and breadth of your software. For example, I own two shipping things at Microsoft (in Windows). One is the xperf suite of performance tools and the second is the WinSAT tool and WinEI. I also have a couple of pet personal projects like a string finding (grep) utility. All of these have very different requirements to "ship". For Windows features, we have a lot of things we have to do before we can ship. Of course, we do a lot of testing. Code reviews and other things most developers do are common. But some things stand out as especially important due to the nature of Windows.
Now, I'm not suggesting that every project, or your project, need to deal with all these things to the degree (or as some might say, -not- to the degree) that Windows does. But I think that all of these things are important to most software products to one degree or another. For example, have you considered how you get telemetry from your users? | ||||
|
feedback
|
|
Many have noted that small programming teams often do best. If the project requires an army of programmers, they should be divided into small teams and directed towards distinct goals, which means you now need an architect to make sure the separate pieces fit nicely. Beyond programming, someone also needs to represent the customer (product manager) and someone needs to take care of all the other details (program manager). Everyone involved in really big projects should read Brooks' 1975 classic "The Mythical Man-Month" because these sorts of expensive mistakes are still made today, and we should all know better. | |||
|
feedback
|
|
There is no single solution that works for all the software projects. Problems also differ from project to project. The main factors that can affect the solution and problems are the type of your software, the size of the project, the third parties that you are involved with, and the resources that you have for that project. | |||
|
feedback
|
