active questions tagged project-management - Stack Overflowmost recent 30 from stackoverflow.com2009-12-22T03:18:58Zhttp://stackoverflow.com/feeds/tag/project-managementhttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1927004/does-a-process-like-cmmi-really-helps-a-project1Does a process like CMMI really helps a projectA9S62009-12-18T08:26:19Z2009-12-21T20:55:12Z
<p>What do you think is the advantage of processes like CMMI in a project. When I go into a CMMI meeting I feel like I wasted a couple of hours because I don't see any value in filling all those project related documents that I know will never be reviewed again by anyone. I have updated hundreds of CMMI related documents in the last 2 years but never went back to check anything.</p>
<p>Having said that, I am not against preparing project related documents. When I start a project of my own(not company related), I prepare the relevant documents as required (sort of SRS, project related details etc). A issue tracking system(like unfuddle) is what I use the most along with a document management system (Google Docs). I use the Issue Tracking System to manage all the requirements, issues and new features and it works out very well for me. Google Docs is used to keep project related information along with architecture diagrams, demo videos etc.</p>
<p>I have not done (or seen in my company) even a single project that was effectively tracked using the Project Plan. It looks so unrealistic to specify time for each task and then track it on a daily basis.</p>
<p>Has anyone done <em>effective</em> project management using tools available in CMMI?</p>
http://stackoverflow.com/questions/1936043/redmine-vs-retrospectiva2Redmine vs. Retrospectivazappan2009-12-20T14:50:50Z2009-12-21T18:16:32Z
<p>Has anyone tried both <a href="http://www.redmine.org/" rel="nofollow">Redmine</a> and <a href="http://retrospectiva.org/" rel="nofollow">Retrospectiva</a>, and is able to make some comparison between the two?</p>
<p>I'm currently using Trac for my projects management and issue-tracking, but I'm looking to test some alternative and the above two seems most likely to fit my needs. I understand Redmine is more of a Trac clone, but Retrospectiva seem to support agile methodologies via a nice plugin (<a href="http://retrospectiva.org/wiki/AgilePM" rel="nofollow">http://retrospectiva.org/wiki/AgilePM</a>).</p>
<p>Any experience with any of those in comparison to Trac would be also beneficial, from the features, but also installation and management point of view - that's where Trac gets a bit complicated, I'm not familiar with Python and I run into problems when something breaks. So something that is stable by itself and the underlying platform and needs minor maintenance work is an advantage. What are your experiences with those?</p>
http://stackoverflow.com/questions/1777021/which-open-source-project-can-be-used-a-showcase-for-mid-size-project-makefile1Which open-source project can be used a 'showcase' for mid-size project MAKEFILE management?ccfenix2009-11-21T22:35:25Z2009-12-21T10:44:00Z
<p>hi, guys</p>
<p>now i need to design/organize the source-code structure and makefiles for the next project. This is a software implemented largely by C++ and supposed to be used normally on Linux. It will include following components:</p>
<pre><code>projecthome/3rd_party_lib_boost/ hdr and src
projecthome/3rd_party_lib_from_vendor/ hdr and src
# libraries that will use 3rd party libs
projecthome/lib_base_struct/ hdr and src
projecthome/lib_utilites/ hdr and src
# applications that will generate binaries, they depend on the above libs, these applications will be developed on after another, while the number of libraries are likely to be fixed.
projecthome/app_1/ hdr and src
projecthome/app_2/ hdr and src
# shell scripts that run the above binaries
projecthome/sh
# python scripts that analyze the logs
projecthome/py
# the configuration files that need to configure the binaries
projecthome/config
# how to build? this is the most difficult party now I need to address
projecthome/build
</code></pre>
<p>Now I need a way to organize the above files, and most importantly, the makefiles.</p>
<p>This is the first time that I design such an 'architecture' by myself. So I come here for advices.</p>
<p>I think the most convenient way is to download an open-source project's source and use it as a model. Can any one recommend a mid-size project who has similar structure as above?</p>
<p>oh, my project is not very large, i think it should have 10k-20k lines of c++ code</p>
<p>another thing is that, I hope the above components will not depend too much on each other, because at least one application will be sub-contracted to people outside of the company, I
don't want him/her checkout the whole projecthome directory to compile.</p>
<p>Can anyone give me a clue ? thanks a lot!</p>
http://stackoverflow.com/questions/419164/web-application-platforms0Web application platformsMark2009-01-07T04:11:32Z2009-12-20T22:17:10Z
<p>I work for a small software development company and we currently lack support/bug tracking/software license software so in an effort to better ourselves and de-stress because of a lack of easily accessible information we're looking for some software. Without going into detail, our size means we work a different way to most other support/development teams so a lot of existing helpdesk/bug tracking programs aren't suitable.</p>
<p>I don't really want to spend my time writing a completely new system for us so I've been looking for a web application platform (I call it this because I don't know what else to) like <a href="http://www.limbas.org/" rel="nofollow">limbas</a> which basically allows me to define entities (think bugs, feature requests, support calls, customers, software installs), view lists of them, and link them together (this support call belongs to this customer who has this software installed which has these modules etc).</p>
<p>Is anyone aware of similar kinds of software?</p>
<p>TIA</p>
http://stackoverflow.com/questions/687509/information-knowledge-flow-within-the-team5Information/knowledge flow within the teamHenryk Konsek2009-03-26T20:51:09Z2009-12-20T08:53:52Z
<p>I want to avoid the situations when my developers do not share the common knowledge (solutions for the problems they encountered, cool tips, common mistakes, shortcuts for achieving particular goal, configuration issues, partial requirements, etc.) with each others. I'm taking about the situation when such lack of communication is accidental (a result of the misunderstanding or improper management) - I'm not thinking about the situations when developers deliberately keep the knowledge for themselves.</p>
<p>I believe that the following techniques are extremely useful to improve the information flow within the developers team:</p>
<ul>
<li>XP pair programming - due to the knowledge exchange within the pair (and due to the regular pair mixing).</li>
<li>stand-up meetings - due to the occasion to tell the others on what you're working on and what problems you encountered.</li>
<li>trainings/presentations/coaching prepared by the lead-developers to the rest of the team/department.</li>
<li>"web 2.0 tools" - techie blogs for the company/department, dedicated twitter account of team leader, wiki's and stuff like that.</li>
</ul>
<p>Any further ideas? What techniques do you use (or did you) in your company? How would you encourage developers to share the knowledge between themselves?</p>
http://stackoverflow.com/questions/205271/project-management-scm-for-techies-and-non-techies1Project Management + SCM for techies and non-techies?sobedai2008-10-15T15:53:08Z2009-12-20T06:11:00Z
<p>Hello,</p>
<p>I've recently begun evaluating a few project management projects for the company I work for. It's the classic case - growing company looking for the right solution (meaning, free or really cheap). It's a combination shop - Windows, Macs, and Linux on the desktop. The tech savviness, of course, ranges from newbie to unix guru. </p>
<p>I have yet to find anything really close to a total solution. I don't expect to find one, but I am looking for suggestions/guidance/any sort of feedback based on people's experience.</p>
<p>What I'm looking for:</p>
<ul>
<li>web based</li>
<li>methodology independent (not looking for an agile solution, etc.)</li>
<li>free or really cheap</li>
<li>document management</li>
<li>timelines and milestones</li>
<li>task tracking and assigning </li>
<li>reporting</li>
<li>source control</li>
<li>development wiki</li>
</ul>
<p>I've looked at Trac, Projectivity, Basecamp, JIRA, RT, XPlanner, and SharedPlan. I've stayed away from Bugzilla due to previous unhappy experiences with it. None of these things really does everything - some are extendable, but I'd check here before going down that path.</p>
<p>Thanks,</p>
http://stackoverflow.com/questions/1063266/what-are-the-free-alternatives-to-basecamp-for-managing-projects7What are the free alternatives to basecamp for managing projects?Ancide2009-06-30T11:57:50Z2009-12-19T17:36:03Z
<p>I just started freelancing after being employed. At my previous job we used basecamp to manage time and what to do on projects. I like basecamp a lot but I'm trying to cut costs as much as possible now when I'm starting of. </p>
<p>So my question is simple; What are the free alternatives to basecamp for managing projects?</p>
http://stackoverflow.com/questions/674505/looking-for-an-alternative-to-trac-project-management-and-bug-tracking-system-fo11Looking for an alternative to Trac: Project management and bug tracking system for multiple projects.Fernando2009-03-23T17:53:48Z2009-12-19T01:55:14Z
<p>We are using <strong><a href="http://trac.edgewall.org/" rel="nofollow">Trac</a></strong> as the main project management / bug tracking tool in our job. The pros in Trac:</p>
<ul>
<li>Free software (free as in free beer and free speech).</li>
<li>SVN integration.</li>
<li>Easy to use, user-friendly, etc.</li>
<li>Different permissions.</li>
</ul>
<p>We started using it for our software projects, one instance of Trac per project. Here's where I found the first con. As the Trac admin, I have to install a new instance of Trac for every new project, and configure a user file with different permissions. So I have to be aware of the different instances of Trac, user names, permissions, directories, etc.</p>
<p>We even found Trac useful for inner management. We have an instance of Trac to handle tickets from the different area managers, with the upper management.</p>
<p>Basically, we use most of the features in Trac and found it really useful to solve our task management / bug tracking problems. For software development, and general management too.</p>
<p>I'm looking for a multiple project management software, in the spirit of Trac, but with one centralized administration of some kind. One where I can give different users different permissions for different projects. </p>
<p>I've read about <strong><a href="http://www.atlassian.com/software/jira/" rel="nofollow">Jira</a></strong>, but I've been told it's an overkill for the size of our company. I also saw <strong><a href="http://www.redmine.org/" rel="nofollow">Redmine</a></strong> on some project management/bug tracking questions here at StackOverflow. It seems as the closest product to what I'm looking for. </p>
<p>What would you recommend? Have you tried Redmine? Is it worth migrating our current projects and Trac data to Redmine?</p>
<p>I must add, I've seen some multiple-project hacks for Trac, but none of them seemed convincing enough.</p>
http://stackoverflow.com/questions/1156667/kanban-vs-scrum5Kanban vs. ScrumAndrew Siemer2009-07-21T00:14:10Z2009-12-18T22:38:09Z
<p>Can someone with Kanban experience tell me how Kanban and Scrum differ? What are the pro's and con's of each of the different project management methodologies? Kanban seems to be getting a lot of press these days. I don't want to miss the hottest new way of tracking my teams failures (...and successes).</p>
<p><strong>Responses</strong></p>
<p>@S. Lott - <strong>What part of this article wasn't clear enough? infoq.com/articles/hiranabe-lean-agile-kanban/…. Do you have a more specific question?</strong> That is a great article but technically no it is not clear enough. That article gives a great amount of detail about kanban (and thank you for it...good read) but it does not specifically contrast Kanban vs. Scrum. That article will help someone like me make a decision but it most certainly won't help someone like my boss or in general someone less experienced! I was hoping for a quick overview of kanban pros and cons contrasted to scrum pros and cons. Thanks though!</p>
<p>@S. Lott - <strong>Why do you say kanban vs. scrum? What leads you to conclude they are conflicting approaches? Can you make your question more specific?</strong> I don't think that they are necessarily conflicting. But they are different enough for a user to adhere to one over the other. Perhaps one fits a project or company better than the other? How would I sell one over the other when presenting a project management approach. Say I went to a company that was currently stuck in the rutt that is "water fall" - why would I sell one approach over the other?</p>
http://stackoverflow.com/questions/102702/are-people-with-certain-myers-briggs-personality-types-drawn-to-careers-in-progra17Are people with certain Myers Briggs personality types drawn to careers in programming/development?Steve Duitsman2008-09-19T15:17:52Z2009-12-18T09:31:35Z
<p>I've been wondering if there are certain <a href="http://en.wikipedia.org/wiki/Myers_briggs" rel="nofollow">personality types</a> that are drawn to programming. If you've taken this test, please post your types here and I'll compile the results.</p>
<p><strong>Update:</strong> There have been a few answers <a href="http://stackoverflow.com/questions/102702/are-people-with-certain-myers-briggs-personality-types-drawn-to-careers-in-prog#102813">regarding the erroneous nature</a> of the results from a Myers Briggs personality test. Please take this into consideration if you're using this for anything important. For me, I'm really just curious.</p>
<p>The nature of this question, to me at least, implies that the results of this test have merit. Please limit the answers to actual personality types. Thanks!</p>
http://stackoverflow.com/questions/1917264/kanban-as-a-software-development-process-in-practice2Kanban as a Software Development Process in PracticeLBushkin2009-12-16T19:59:54Z2009-12-17T19:26:04Z
<p>Has anyone used the <a href="http://www.kanbandistilled.com/" rel="nofollow">kanban method</a> for software development management?</p>
<p>I am evaluating kanban as a technique and would be curious to hear from anyone who has actually applied it in practice as to how effective it is. I've seen questions like: <a href="http://stackoverflow.com/questions/924121/is-anyone-using-kanban">is-anyone-using-kanban</a>, <a href="http://stackoverflow.com/questions/1156667/kanban-vs-scrum">kanban-vs-scrum</a>, and <a href="http://stackoverflow.com/questions/1367491/apply-kanban-in-an-agile-team">apply-kanban-in-an-agile-team</a> but they don't address my concerns.</p>
<p>What I'm interested in specifically is:</p>
<ol>
<li>Does it actually offer the advantages is claims in terms of dynamically identifying bottlenecks?</li>
<li>Is it easy to execute in practice, or does it have logistical challenges that you need to manage?</li>
<li>Does it scale well to project teams with many parallel streams of work and many developers?</li>
<li>How does it compare to critical path analysis (as implemented in MS Project), how is it different?</li>
<li>What other benefits can be gained from applying kanban?</li>
</ol>
<p>Thanks.</p>
http://stackoverflow.com/questions/1602808/ideatorrent-open-source-alternative1Ideatorrent open source alternative~nairboon2009-10-21T18:47:45Z2009-12-17T09:24:05Z
<p>Are there any open source alternatives to the not very active and drupal-bundled Ideatorrent project?</p>
http://stackoverflow.com/questions/1188928/connecting-team-foundation-server-and-ms-project-experiences1Connecting Team Foundation Server and MS Project - Experiences?rwmnau2009-07-27T15:43:24Z2009-12-17T04:25:18Z
<p>I've read a number of articles (and methods) where people have integrated Team Foundation Server and Microsoft Project, which allows both project managers and developers to use tools their comfortable with. For example:</p>
<p><a href="http://www.devx.com/dotnet/Article/30187" rel="nofollow">http://www.devx.com/dotnet/Article/30187</a> (Article about connecting)
<a href="http://www.codeplex.com/pstfsconnector" rel="nofollow">http://www.codeplex.com/pstfsconnector</a> (Third-party connector)</p>
<p>Has anybody tried one of these methods, and can I get some feedback on your experiences? Our PM group is pretty set on Project, and in the past, it's been cumbersome to manage tasks separately. If somebody out there can give me the thumbs up that there's some real benefit here, without unmanageable overhead, I'd like to move forward tying these two products together so we can manage from one place.</p>
<p>Thanks for your help!</p>
http://stackoverflow.com/questions/122547/how-well-does-bugzilla-work-for-managing-scrum-projects2How well does Bugzilla work for managing Scrum projects?S.Lott2008-09-23T17:43:06Z2009-12-16T22:44:46Z
<p>We have MS Sharepoint -- which isn't all bad for managing a task list. The data's publicly available, people are notified of changes and assignments. </p>
<p>I think that Bugzilla might be a little easier for management and reporting purposes. While there are some nice Open Source Scrum management tools, I've used up a lot of my political capital and can't ask for too much more than what we've got now. Money isn't the object -- obviously -- it's the idea that my team has too many specialized tools.</p>
<p>Will Bugzilla work out as a more general project management tool -- outside the bug fix use cases?</p>
<p>Will I be bitterly disappointed and wish I'd downloaded something else and made my case for a better project management tool?</p>
http://stackoverflow.com/questions/1142517/ontime-alternative0OnTime Alternative?Brian Scott2009-07-17T10:33:15Z2009-12-16T20:34:02Z
<p>I've recently begun working with a new software development firm. One of the things I would like to do is introduce a software management tool to collectively group the project development efforts within a single source.</p>
<p>I've traditionally used <a href="http://www.axosoft.com/products/ontime.aspx" rel="nofollow">OnTime</a> and my initial reaction was to introduce it within the new company as well. However, the pricing is a little too high for the Professional version at this point. </p>
<p>Can anyone offer any real alternatives which offer both Feature / Defect / Project management with easy reporting and dashboards? Basically I'm looking for an OnTime alternative which has been proven through use.</p>
<p>Thanks,</p>
<p>Brian</p>
http://stackoverflow.com/questions/1906976/low-cost-ways-of-integrating-user-experience-design4Low cost ways of integrating user experience design?Clinton2009-12-15T12:02:57Z2009-12-15T21:42:17Z
<p>As Jeff Atwood reminds us, <a href="http://www.codinghorror.com/blog/archives/000773.html" rel="nofollow">the ultimate metric of developer success is the number of users our products</a>. Building software that people actually <em>want</em> to use involves creating an enjoyable experience from the first minute they encounter your brand to the minute they power down.</p>
<p>It got me wondering, what are a couple of low cost (both in money and time) ideas/techniques/methods that a small software shop can use to better consider user experience design during product development?</p>
http://stackoverflow.com/questions/987615/how-do-you-use-visio-in-your-shop-and-apply-it-to-development-projects1How do you use Visio in your shop and apply it to development projects?CodeSlave2009-06-12T16:22:55Z2009-12-15T21:07:19Z
<p>I'm trying to justify a MS Visio license.</p>
<p>Immediately I can think of a few ways that I would use it in my shop, and apply it to my development projects:</p>
<ul>
<li>ER Diagrams</li>
<li>UML Diagrams</li>
<li>Project Management (WBS's, org-charts, etc.)</li>
<li>Documentation</li>
</ul>
<p>I know these things <em>can</em> be done in MS Word's drawing tools, but as far as I'm concerned, they look sloppy and it's a pain in the butt to use.</p>
<p>How else do you use Visio in your shop?</p>
http://stackoverflow.com/questions/1908856/buildbot-run-svn-with-trust-server-cert0buildbot: run svn with --trust-server-certflybywire2009-12-15T16:58:54Z2009-12-15T17:36:17Z
<p>I am trying to install buildbot for my project.</p>
<p>I always run my svn commands with trust-server-cert option. How can I pass that to SVN thru buildbot?</p>
<p>I don't see there is a way for doing that. What is the shortest workaround?</p>
http://stackoverflow.com/questions/1288087/a-methology-that-allows-for-a-single-java-code-base-covering-many-different-versi10A methology that allows for a single Java code base covering many different versions?Thorbjørn Ravn Andersen2009-08-17T13:55:08Z2009-12-15T01:49:49Z
<p>I work in a small shop where we have a LOT of legacy Cobol code and where a methology has been adopted to allow us to minimize forking and branching as much as possible.</p>
<p>For a given release we have three levels:</p>
<ul>
<li>CORE - bottom layer, this code is common to all releases</li>
<li>GROUP - optional code common to several customers.</li>
<li>CUSTOMER - optional code specific for a single customer.</li>
</ul>
<p>When a program is needed, it is first searched for in CUSTOMER, then in GROUP and finally in CORE. A given application for us invokes many programs which all are looked for in this sequence (think exe files and PATH under Windows).</p>
<p>We also have Java programs interacting with this legacy code, and as the core-group-customer lookup mehchanism does not lend it self easily to Java it has tended to grow in a CVS branch for each customer, requiring much too much maintainance. The Java part and the backend part tend to be developed in parallel.</p>
<p>I have been assigned to figure out a way to make the two worlds meet. </p>
<p>Essentially we want a Java enviornment which allows us to have a single code base with sources for each release, where we easily can select a group and a customer and work with the application as it goes for that customer, and then easily switch to another codeset and THAT customer.</p>
<p>I was thinking of perhaps a scenario with an Eclipse project for each core, customer, and group and then use Project Sets to select those we need for a given scenario. The problem I cannot get my head about, is how we would create robust code in the CORE projects which will work regardless of which group and customer is selected. A Factory class which knows which sub class of a passed Class object to invoke instead of each and every new? </p>
<p>Others must have had similar code base management problems. Anybody with experiences to share?</p>
<p><hr></p>
<p>EDIT: The conclusion to this problem above has been that CVS needs to be replaced with a source code management system better suited for dealing with many branches concurrently and the migration of source from one component to the other while keeping history. Inspired by the recent migration by slf4j and logback we are currently looking at git as it handles branches very well. We've considered subversion and mercurial too but git appears to be better for single location, multibranched projects. I've asked about Perforce in another question, but my personal inclination is towards open source solutions for something as crucial as this.</p>
<p><hr></p>
<p>EDIT: After some more pondering, we've found that our actual pain point is that we use branches in CVS, and that branches in CVS are the easiest to work with if you branch ALL files! The revised conclusion is that we <em>can</em> do this with CVS alone, by switching to a forest of java projects, each corresponding to one of the levels above, and use the Eclipse build paths to tie them together so each CUSTOMER version pulls in the appropriate GROUP and CORE project. We still want to switch to a better versioning system but this is so important a decision so we want to delay it as much as possible.</p>
<p><hr></p>
<p>EDIT: I now have a proof-of-concept implementation of the CORE-GROUP-CUSTOMER concept using Google Guice 2.0 - the @ImplementedBy tag is just what we need. I wonder what everybody else does? Using if's all over the place?</p>
http://stackoverflow.com/questions/1334875/good-cheap-fast-which-two2Good / Cheap / Fast: Which two? [closed]Steven2009-08-26T13:57:19Z2009-12-14T21:00:06Z
<p>I have heard the phrase: "Good, cheap, and fast: pick two."</p>
<p>For programming projects is there usually a "best two?"</p>
http://stackoverflow.com/questions/1901115/adopting-bug-tracking-project-management-software-to-open-source-or-not-to-ope1Adopting bug tracking / project management software: To open source or not to open source?Diakonia72009-12-14T14:05:35Z2009-12-14T14:21:53Z
<p>My manager has recently asked my team and I for our input about implementing a bug tracking / project management solution. From his perspective, he would like more visibility around where our projects actually are in the grand scheme of things as well as the ability to see some analysis on how bugs are being caught and addressed. </p>
<p>My old company, implemented <a href="http://trac.edgewall.org/" rel="nofollow">Trac</a> as a means to plan, track, and manage bugs. It worked great! However, my new company is a little more... how shall we say... averse- to implementing open source projects as our corporate solutions. There concerns are mainly concerning the amount of time we might spend maintaining and customizing the software to meet are needs. </p>
<p>They, management, are initially more in favor of a more "sturdy" product offering like Joel's <a href="http://www.fogcreek.com/FogBUGZ/" rel="nofollow">FogBugz</a>.</p>
<p>So, the question is- </p>
<ul>
<li>at what point does the flexibility
and cost savings of implementing an
open source solution get drowned out
by the headache of maintainence and
the creep of calls for constantly
expanding functionality? </li>
<li>Is there a
clear line? </li>
<li>And what can I say as a
grunt to convince my managers of a
<a href="http://trac.edgewall.org/" rel="nofollow">Trac</a>-like solution that won't
end up being a nightmare for
everyone?</li>
</ul>
http://stackoverflow.com/questions/1900703/looking-for-ideas-on-how-to-calculate-project-progress-percentage0looking for ideas on how to calculate project progress percentagesa1252009-12-14T12:39:51Z2009-12-14T13:04:21Z
<p>Hi - I'm building a basic app to track progress of projects through db. When the project is first created, it saves the created_at timestamp (yes, it's rails), and the user can then update the following fields:</p>
<ul>
<li>status (choose from 'in progress', 'frozen', 'done' or 'scratched')</li>
<li>priority ('none', 'minor', 'major')</li>
<li>days (the estimate, in days, of how long the project will take)</li>
<li>title and description (not too relevant to calculation, but anyway)</li>
</ul>
<p>When any updates are made to this project, the updated_at timestamp is changed to the current date/time. I want to display a snazzy progress bar, and was looking for ideas on how I might tackle the actual percentage calculation based on the existing parameters. One obvious thing will be to return 100% if status == 'done', but otherwise I'm interested in any exciting ideas that people can brainstorm. thanks!</p>
http://stackoverflow.com/questions/301693/why-didnt-unit-testing-work-out-for-your-project80Why didn't unit testing work out for your project?badbadboy2008-11-19T12:05:41Z2009-12-14T12:31:25Z
<p>Give short concrete answer: why unit testing did NOT work out for you (your project).
Will you particularly try again on a different project?</p>
http://stackoverflow.com/questions/1895532/outsourcing-project-management-tools-good-or-bad0Outsourcing project management tools, good or bad?Nicolas Goy2009-12-13T04:20:31Z2009-12-13T04:34:58Z
<p>I am not asking about which tool is the best (google, lighthouse, github...), but I'm asking about using those tools.</p>
<p>Traditionally, we used bugzilla and other self hosted tools to manage our closed and open source project, but we now start considering outsourcing tools like bug tracking, SCM...</p>
<p>I know this question might be quite vast or argumentative, but I ask for your experiences over the whole outsourcing process.</p>
<p>I am also wondering how closed source software could fits in this kind of environment, as it is clear that we'd prefer not have 2 systems.</p>
<p>Another part of the question (in fact, the main reason why I ask here), concerning open source softwares, is how it is considered to have a self hosted solution versus an extern solution. How, you, as a developer, consider one or the other solution. Do you feel more conformable with a software manager on something like github or do you prefer the traditional way? I have seen all those new solution being widely used, but we don't want to move because of a hype.</p>
<p>Again, I don't want to start a fight or any argumentation, I'd rather much know your experiences.</p>
<p>Finaly, I'm speaking of medium to large projects, both open source and commercial, fully funded an owned.</p>
http://stackoverflow.com/questions/1640911/role-of-testers-in-agile14Role of Testers in Agile?Doldrim2009-10-29T00:03:00Z2009-12-12T23:12:36Z
<p>I work in a team which has been doing the traditional waterfall method of development for many years. Recently, we've been told that future projects are going to be moving towards an agile (particularly Scrum) methodology. It so happens that my project will be one of the first, so we will essentially be guinea pigs for the next few months to iron out what it takes to make the transition.</p>
<p>The project itself is in a very early stage and we would usually be many months away from releasing anything to the testing team, but now we are going to be working directly with them up front. As a result, I'm concerned as to the role of the testers in such a project at this stage. I have several questions/concerns which hopefully some experienced agile developers could answer:</p>
<ol>
<li>While a developer is coding a task, it is impossible for a tester to test it (it doesn't exist yet). What then is the role of a tester at this point</li>
<li>Is the tester now involved in unit testing? Is this done parallel to black box testing?</li>
<li>What does the tester do during a sprint where primarily infrastructural changes have been made, that may only be testable in unit testing?</li>
</ol>
<p>How do the traditional test team members function in your agile project?</p>
http://stackoverflow.com/questions/1881632/manage-a-day-to-day-business-with-a-web-app0Manage a day-to-day business with a web app?Nick2009-12-10T15:13:41Z2009-12-12T21:49:39Z
<p>Dear Community, </p>
<p>I need a bit of web software (ideally Open Source) that will manage my business -i.e invoices, accounts, clients, contacts, time spent on work, notes, diary.</p>
<p>Any ideas ?</p>
http://stackoverflow.com/questions/181986/what-is-the-best-way-to-organise-e-mails-in-ms-outlook6What is the best way to organise e-mails in MS Outlook?Totophil2008-10-08T09:56:07Z2009-12-11T18:53:15Z
<p>Every software development professional (and especially project managers) has to deal with a never ending stream of e-mails. What is the best way of organising them in MS Outlook?</p>
<p>Obviously some fancy issue tracking tools give more flexibility but I am interested in plain vanilla approach that can be deployed within most organisations. </p>
<p>P.S. Finding e-mails is generally the least of the problems that needs to be addressed. Search nowdays is pretty good.</p>
http://stackoverflow.com/questions/1889185/how-can-i-track-and-synchronize-releases-between-products-and-components0How can I track and synchronize releases between products and componentsai-mike2009-12-11T16:26:00Z2009-12-11T16:26:00Z
<p>I found an odd situation at work and I'm trying to figure out where to start with a solution. </p>
<p>We have a custom hardware/software device which contains multiple boards, each with their own function and flavor of software (CPLD, bootloader, application, etc). Additionally, the device interacts with a specific web app and a PC application.</p>
<p>Each one of these components has a revision history, tracked individually. Particular devices (which of course are all featureless black boxes) potentially have different versions of any and all components, hardware and software- we're still in the prototype and test stages.</p>
<p>What I'd like is some kind of unified version tracking, where I can trace software builds against bugs and feature requests, have a history/schematics for the boards, and- most importantly- what versions of components were tested against which other versions of components. In other words, I know that bootloader version 1 passed test in conjunction with board version A, but was not necessarily tested against version B of the same board, even though it was extant at the time.</p>
<p>Individual rev tracking is relatively easy; we have a handful of developers working different software components. It's tying them together and being able to say that "PRODUCT VERSION 1.0" consists of this bag of components, tested against each other and not much else. That way, when we update, say, the bootloader, I can have it regression tested against the current versions of all other components, label the whole "PRODUCT VERSION 1.1", and know what that snapshot is, even though someone comes out with version 1.4 of the application code the same day.</p>
<p>Ideally I'd like to track revision history separately across all components, along with users being able to log bugs against specific components or against the product as a whole, after which developers can re-assign the bugs to whichever subsystem is appropriate.
Something web-based would be ideal as developers aren't physically colocated.</p>
<p>We're currently using Bugzilla, which is nowhere near up to the task. I'm looking at Trac, but I'm not sure it's the right tool from the job. It seems like there are a lot of source control systems, a lot of revision history systems, and a few project management systems out there, but I haven't found anything that handles everything I need.</p>
<p>It may sound more complicated that it is, but it's pretty damn complicated when we're down in the trenches with it. There has to be a solution to this!</p>
<p>Any ideas?</p>
<p>Thanks!</p>
http://stackoverflow.com/questions/1819523/what-is-better-set-up-underestimated-or-overestimated-deadlines10What is better: set up underestimated or overestimated deadlines?sergdev2009-11-30T12:25:58Z2009-12-11T16:07:25Z
<p>Suppose you are a project manager. You can estimate an effort in days for specific task for specific developer. After performing estimation you obtain some min and max values.</p>
<p>After this you delegate a task to developer. Actually you also set up deadline.<br>
<strong>Which estimation is better to use when set up deadline: min or max?</strong></p>
<p>As I see min estimation can result in stress for developer, max estimation can result in using all the time which is allocated to developer even if task can be complete faster (so called <a href="http://en.wikipedia.org/wiki/Student%5Fsyndrome" rel="nofollow">Student syndrome</a>).
Which other pros and cons of two approaches?</p>
<p>Small clarification: I speak about setting up deadlines for subordinates when delegating the task, NOT for reporting to my boss.</p>
http://stackoverflow.com/questions/313150/why-have-your-software-development-projects-failed21Why have your software development projects failed?Brian MacKay2008-11-24T00:10:49Z2009-12-11T15:47:52Z
<p>I am looking for war stories about why software projects you were personally involved with failed. The more disasterous, costly, or instructive, the better.</p>
<p>Good responses should include the size of the project (size of team, length of time, etc) and an answer more specific than 'insufficient planning'. </p>
<p>Bonus points for a well-thought out idea on what could have been done differently to save the project.</p>
<p><strong>EDIT:</strong> Some people have asked me to define "failure", which is admittedly very open-ended. </p>
<p>While it is conventional to define it as an inability to meet deadlines and budget goals, that's actually short-sighted in my opinion. </p>
<p>To me, a project fails when the stakeholders end up dissatisfied. For instance, sometimes it may be possible to blow your timeline and still provide an amazing business success. Conversely, you can meet your budget and timeline goals but deliver the wrong product because the stakeholders weren't involved enough, or you misunderstood their priorities, or you didn't create a good enough spec, or you made a technology choice that didn't work out and was bad enough to be visible to the stakeholders, etc.</p>
<p>Deadlines and budgets do matter and are often vital, but I'm saying is that the artificial seperation of IT concerns and business concerns is destructive and rediculous. As people who are ultimately servering the strategy of the business, we should be tuned into the larger picture instead of trying to abstract that big picture out to a handful of narrow metrics.</p>
<p>Anyway, enough of my idealism. :) I'm more interested here in the spectacular failures than the ones we might be inclined to debate about. If you've seen one, you know what I'm talking about! </p>