active questions tagged team - Stack Overflow most recent 30 from stackoverflow.com 2009-11-27T01:50:48Z http://stackoverflow.com/feeds/tag/team http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1804988/agile-qa-dev-team-building-excercise 2 Agile QA/Dev team building excercise Sean Chambers 2009-11-26T17:59:28Z 2009-11-26T20:55:15Z <p>Does anyone have a good team building excercise to help bring together disparate teams like the QA/Development teams?</p> <p>I am the companies "agile coach" (as much as I hate that term), I am the one that is tasked with making our company more agile and bring on more agile tasks/techniques.</p> <p>That being said, I am trying to mend gaps between the two teams and am trying to come up with good team building excercises as the QA/Dev teams should be treated as one team and needs to communicate more.</p> <p>Any ideas would be greatly appreciated of things that have worked for you</p> http://stackoverflow.com/questions/894570/tf10216-team-foundation-services-are-currently-unavailable-user-problem 1 TF10216: Team Foundation services are currently unavailable. (user problem?) Per 2009-05-21T19:08:42Z 2009-11-26T15:35:26Z <p>Hi. I have some trouble getting my team foundation server to work.</p> <p>If i try to access the http://:8080/services/v1.0/serverstatus.asmx with the "administrator" account everything seems fine.</p> <p>But if i try to access it as some other user i get:</p> <p>TF10216: Team Foundation services are currently unavailable. Try again later. If the problem persists, contact your Team Foundation Server administrator.</p> <p>I cant find any errors in the event logs. Any ideas?</p> http://stackoverflow.com/questions/836493/cheaper-alternative-to-fogbugz 3 Cheaper alternative to FogBugz Thomaschaaf 2009-05-07T19:18:00Z 2009-11-26T04:52:01Z <p>Hey guys, I really love using FogBugz but as a startup we just can't handle the cost of 100 Dollars per month(hosted) or 942 Dollars per year for four developers. I am not using the wiki neither am I using it as a help desk software. I really just need a program for our developers where we can track all the cases, assign them to someone and keep track of time of every user. Are there any alternatives out there our team could try? We really need the time keeping function since its the most important feature.</p> <p>To make this clear I don't hate on the product because it costs money I would love to have the resources to be able and spend that much money on a bug tracker but developing a product is a lot harder if you're selffunded. The support representative I got on the phone actually told me that we should share the 2 free accounts so we could use their product. Unfortunatly they also don't have a different price for startups. We have gotten an extended trial but it will be up this month.</p> http://stackoverflow.com/questions/1782615/academic-studies-into-benefits-of-team-work-in-software-development 1 Academic Studies Into Benefits of Team Work in Software Development Davy 2009-11-23T11:38:39Z 2009-11-24T11:17:36Z <p>Hi All</p> <p>I need to find some good statistics from reputable sources on the benefits of software developers working in a team. </p> <p>We use Scrum - so anything linked to this in particular would be really beneficial but not essential.</p> <p>I have 5 developers of differing skill levels and I feel that they need to work as a team. However, if my boss had his way they would all have a large single project each (or worse, multiple projects on the go at the same time) each. It's a constant battle.</p> <p>I am looking to put facts in front of him that are difficult or impossible to argue with. Things like 'working as a team increases productivity by xx% would be perfect. Increases morale by xx%, reduces bugs by xx% - you get the idea.</p> <p>There are some posts already here that may help and I will go through them but I don't think they're exactly what I'm looking for.</p> <p>Some may feel they want to side with my boss. In the interests of good discussion this is OK. However, I know the dynamics within my team and Organization and am convinced that team working is the best route for us. I'm unlikely to change my mind :)</p> <p>Any help would really be appreciated - before my guys walk out on me :)</p> http://stackoverflow.com/questions/1788399/separating-rapid-development-from-refactoring-optimization 0 Separating rapid development from refactoring/optimization jonathanconway 2009-11-24T07:17:25Z 2009-11-24T07:33:37Z <p>I'm working in a team of 2 front-end developers on a web-based late-stage startup project.</p> <p>The site works quite well, but there's a lot of room for improvement code-wise, as the code is quite messy and disorganized.</p> <p>I would like to clean things up gradually by writing tests and carefully refactoring to avoid breaking anything. (Using principles from the book 'Working Effectively with Legacy Code')</p> <p>However, the developer I'm working with is being given a lot of high-priority feature work, and I don't want to burden him with maintenance tasks. A lot of the time he has to write messy code simply because of the time-constraints.</p> <p>As the team grows I'm concerned about how to manage the different concerns.</p> <p>I'm thinking of dividing the team into 2 groups:</p> <ol> <li>Does rapid development on new features, with less care on code quality.</li> <li>Writes unit tests, refactors code, generally optimizes things.</li> </ol> <p>The result I'm aiming for is to bring as much of the code under test as possible, while still keeping up the pace of new-feature development.</p> <p>Has this been tried before? Any thoughts?</p> http://stackoverflow.com/questions/1779675/how-would-you-store-encrypted-information-in-public-dvcs-repository 1 How would you store encrypted information in public DVCS repository? tarasm 2009-11-22T19:19:07Z 2009-11-22T22:23:11Z <p>Hello Everyone,</p> <p>I have projects that multiple developers are working on. We all work off the same git repository.</p> <p>Currently, I do not store production server configuration in the repository, because the configuration files contain database credentials.</p> <p>I would like to start storing these configurations in the repository, so I'm thinking about encrypting the configuration files before saving them in the DVCS.</p> <ol> <li>What do you guys think about this idea?</li> <li>How would go about doing this?</li> </ol> http://stackoverflow.com/questions/1771734/how-do-you-maintain-technical-contracts-between-development-teams 0 How do you maintain technical contracts between development teams? Ahmed Chaudhary 2009-11-20T16:45:31Z 2009-11-20T17:20:43Z <p>For example team A and team B are working on different applications that need to implement a similar feature. The feature in question relies on a database and the database is under the control of team B. Even though the user interface of the two applications is based on different technologies, the functionality is supposed to be roughly the same. Both teams have their own requirements and design documents. The functionality can be changed based on feedback from either team but then both teams have to update their requirement and design documents.</p> <p>The teams are geographically distributed and members of each team itself are also geographically distributed. Both teams work with the same client entity but different people. Each team has their own business analyst (requirements specialist). I am trying to make the technical communication between the teams more formal than email so that we can avoid misunderstandings. </p> <p>How do you make sure that if team B changes the database and or the feature functionality, the other team gets properly notified about it? Do you use some formal text based documents such as interface contracts? Can you share any templates for those? Or do you use some other mechanism?</p> http://stackoverflow.com/questions/1752862/building-the-right-team 4 Building the right team [closed] Matt 2009-11-18T00:33:50Z 2009-11-18T00:47:42Z <p>I'm sure many of you have had the pleasure of either working in teams on a project or creating a team to work on a project. I was wondering - if it was a side-project or new business.. how did you convince people to commit time towards the project?</p> <p>I'm in college right now and it seems like every developer is working on his or her own things.. Every business major is looking for an investment banking job and no one is available to start a company.. Anyone have some advice on convincing people to work on a project with you? I realize college is a busy time where people are trying to get good jobs and not risk their future, but I feel like that is always going to be the case.... How do you get someone to quit their job and come work with you..?</p> <p>Side note: Any book suggestions on this topic?</p> <p>Thanks, Matt</p> http://stackoverflow.com/questions/1678999/does-team-leader-have-to-take-blame-for-subordinate-errors 6 Does team leader have to take blame for subordinate errors? tanderson 2009-11-05T07:55:00Z 2009-11-16T15:46:48Z <p>In a software company, does the team leader have to take responsibility for every error the subordinates do? </p> <p>The client sent an angry email because some parts of the code were incomplete and not all logs were set into place. The error was done by one of my subordinates and he's the type of person that writes code in a hurry just to finish fast and "forgets" about writing good tested code.</p> <p>The issue is that in my company I have to do very many things that aren't always related to team-leading abilities. For example I have to do some financial estimates on each month and other similar activities that many times take a day or two to solve. And the client shouts why don't things go in the time he scheduled.</p> <p>The company has also a very bureaucratic system and I also have to fill-in very many wikis, etc. that also take lots and lots of time.</p> <p>In the end, the client sends new specifications every day and many modifications of old specifications and he expects to finish all fast like the only thing I'm doing is his project. But I guess even if I'd be doing only his project I'd need more time because I tend to work from home many times just to finish in time and he's still unsatisfied.</p> <p>Could you give me a hint on where the issue is or what could I do to improve this situation?</p> http://stackoverflow.com/questions/1721412/is-it-the-best-way-to-have-a-software-development-project-manager-who-is-a-grea 0 Is it the best way to have a "software development project manager" who is a great developer himself? pencilcake 2009-11-12T10:52:07Z 2009-11-12T11:10:41Z <p>Hi,</p> <p>How does it work in the market? If possible to generalize, is it a critical point to have a project leader to be a developer himself? </p> <p>If he is not so much in coding, how can he understand what the rest is really talking about. If he is so much good on programming he might have difficulties on leading probably. If you think about the "good" project leaders you have met, how was this balance?</p> <p>thanks</p> http://stackoverflow.com/questions/1714337/get-files-from-tfs-under-linux 0 Get files from TFS under Linux CFI 2009-11-11T10:32:33Z 2009-11-11T10:37:45Z <p>Hi,</p> <p>is there a free (command line) tool for linux which with I can get all files from a TFS-Repository (no Check in / Check out required - only get actual version)?</p> <p>greets CFI</p> http://stackoverflow.com/questions/1708071/can-software-developing-in-a-large-team-be-interesting-and-fun 7 Can software developing in a large team be interesting and fun? chrmue 2009-11-10T13:46:33Z 2009-11-10T21:34:10Z <p>I've been in the business of developing hardware and software for 19 years now. In the earlier days the projects and teams I worked on were smaller, much more effective and more fun.</p> <p>The effect of the input of one single developer to the final product and to its success was evident to everybody. We had direct contact to and feedback from the customers. This was rewarding for our work and a very effective way to improve the product.</p> <p>With the years the complexity of hard and software increases and more and more people were needed to get things done on time. The downside of the trend to bigger teams for me is that the contribution of a single developer to the project success gets smaller and smaller. And we lose the contact to real world of the users and customers because of growing QA departments more and more.</p> <p>I always enjoyed my work and kept in touch with latest technologies like OOP, UML, .NET, and whatever. I already worked a few years as a team leader but I didn't like it very much because I missed developing and coding.</p> <p>I'm just frustrated about the fact that my piece of the whole "thing" we're working on gets smaller and smaller and I lose the overview about it and the contact to the ground. Please don't understand me wrong, I don't want to cry for the good old days but for me the work on more and more specialized sub modules of a giant system simply gets more and more boring.</p> <p>I'm wondering if I'm alone feeling like that and maybe if you have some advice how to bring the fun back to my work. And sorry, no, I'm not interested in working on an open source project in my free time. Nine hours a day in front of a computer screen are enough, life is more than coding...</p> http://stackoverflow.com/questions/1660194/team-foundation-problem 1 team foundation problem Alex James 2009-11-02T09:21:36Z 2009-11-06T09:00:19Z <p>Can I setup Team Foundation Server in such a manner that every uer have only access to some source code files?</p> http://stackoverflow.com/questions/1668968/teamcity-environment-variables 0 TeamCity Environment Variables Tim 2009-11-03T17:38:18Z 2009-11-04T15:30:54Z <p>How do you access TeamCity environment variables through the post-build event window in visual studio?</p> <p>What type of evaluation can be done to make sure the build is happening on the build server and not locally where the environment variables do not exist?</p> <p>Thanks</p> http://stackoverflow.com/questions/1671722/how-to-create-team-projects-using-tfs-2010-beta-2-api 0 How to create team projects using TFS 2010 Beta 2 API? besantnagarbuzz 2009-11-04T04:55:03Z 2009-11-04T04:55:03Z <p>I have recently installed VS 2010 beta2 and trying to execute the File.BatchNewTeamProject command as a process in my application. It worked fine in Beta1 but for some reason, I am getting an error regarding permissions to create new sharepoint sites. I am a member of Sharepoint web application services and Administrators groups. </p> <p>Previously it opened a new instance of VS but gave an error in the status bar saying "the command is not available." This happened when I executed the devenv process with File.BatchNewTeamProject command as an argument and the project settings file. Then I tried adding a reference to Microsoft.VisualStudio.TeamFoundation.Client.dll and invoking the BatchCreateTeamProject() method but it returns a false value.</p> <p>Can anyone explain how to use this method with an example?</p> <p>Thanks, Tara.</p> http://stackoverflow.com/questions/284861/monday-morning-meetings-what-format-do-you-use 5 Monday Morning Meetings - What format do you use? Tamer Salama 2008-11-12T18:29:53Z 2009-11-03T12:34:28Z <p>We're trying to improve the format of our Monday morning meetings (M3). The meeting is among all members of our company (20 persons) including developers, designers, administrative and the company's president.</p> <p>It starts with a round-table of 1 word check-in (social) and then transitions into business aspects.</p> <p>We tried a project-focused format where team-leads work off of a project list stating the updates and outstanding issues, but the team members felt disconnected. Then, we tried a stand-up-like format (previous week, this week, roadblocks), but team-leads felt they didn't get a good handle on all the projects.</p> <p>Any suggestions on M3 formats?</p> <p>And No. It can't be cancelled :)</p> http://stackoverflow.com/questions/532341/what-do-team-leaders-do 13 What do Team Leaders do? Cerebrus 2009-02-10T13:35:35Z 2009-11-03T09:05:29Z <p>It's been a while since I've taken over the responsibility of leading my team and I'm probably doing a reasonable job at it. However, I get the feeling that I am not getting enough exposure to the real-world responsibilities and activities that Team Leaders engage in. On the other hand, it might be I am doing much more than an average Team Leader is expected to do! Other TL's I work with only seem to engage actively in development. Either way, I have no yardstick to compare with and my searches have not revealed anything concrete.</p> <p>Therefore, I am really interested in learning about the activities that you as a Lead or your Team Leaders are involved in, on a daily basis. Specifically, regarding the following points :</p> <ul> <li>What activities form an integral part of a Team Leader's average workday? (Programming, Task delegation, Reporting, Bug management, etc.)</li> <li>What tools/software form a part of a Team Leader's essential toolkit? (MS Project, Excel, TFS, etc.) Note: I have already read <a href="http://stackoverflow.com/questions/94481/what-tools-are-available-for-a-team-leader-members-to-manage-tasks-agile-progra">What tools are available to a Team leader...</a></li> <li>What kind of reports does a Team Leader submit to the Project Leader or Manager?</li> <li>What aspects of the initial designing/architecting/engineering the application is a Team Leader expected to be involved in?</li> <li>Are all or most Team Leaders actively involved in Object or Data modeling and designing Product Workflows?</li> <li>What aspects of a Project Manager's job should a Team Leader be involved in... for instance, resource management using Gantt charts?</li> </ul> <p>I would greatly appreciate specific answers. EDIT: <strong>I would like to emphasize that I am not asking about the characteristics of a good Team Leader.</strong></p> <p>Thanks in advance for your insight!</p> http://stackoverflow.com/questions/1660053/net-development-in-a-team 1 .NET Development In a Team Alex James 2009-11-02T08:40:46Z 2009-11-02T13:42:26Z <p>Hi everybody</p> <p>I'm starting a .NET project and my developers have their own laptops. How can I prevent the developers from taking the source with them out of the company?</p> <p><strong>Edit:</strong></p> <p>Can I setup Team Foundation Server in such a manner that every uer have only access to some source code files?</p> http://stackoverflow.com/questions/1650214/how-to-manage-agile-development-when-the-team-is-not-stable 4 How to manage agile development when the team is not stable? wic 2009-10-30T14:41:10Z 2009-11-02T12:24:16Z <p>I have been using agile approaches (XP and Scrum) for my projects for several years with great results. But in all cases, all members of the dev team were committed 100% to the project.</p> <p>Now I am faced with doing this when the team is not stable. For instance, one iteration there may be four people working, the next maybe only two or three. </p> <p>I realize this makes it hard (or impossible) to estimate using the normal velocity approach since it will fluctuate to much and not be stable. What follows is that one cannot really expect to be able to release at the end of each iteration.</p> <p>Maybe another approach is needed here. Just grab stuff from the backlog and just muddle through and release whenever it is possible. I <em>really</em> don't like that though...</p> <p>Any thoughts?</p> http://stackoverflow.com/questions/1656275/documents-should-be-written-by-the-skilled-programmers 0 Documents should be written by the skilled programmers? Tower Joo 2009-11-01T03:08:43Z 2009-11-01T06:42:53Z <p>Hi All:</p> <p>I always think <strong>document is really important for a project and a team and should be written regularly and detailedly</strong>. It can make things go in parallel without always asking the skilled programmers here and there. But truly I find many developers(even leaders) don't put so much attention to documents and just take them for granted, which makes me feel bad.</p> <p>So is my attitude to documents right? Are documents are really important? How should I persuade the team leader to put more attention to the documents?</p> <p>If documents are important, the second question springs up. <strong>Who should write the documents?</strong> IMO, they should be written by the skilled programmers like the framework creator(if we use our own framework), the important parts of project(like db schema, the whole architecture, etc.) and more.</p> <p>The benefits are obvious, like helping fresh man, help maintaining and more.</p> <p>So from my opinion, the skilled programmers(the definition here may be different) should pay more attention to the documents writing than code writing after the infrastructure is done.</p> <p>Am I right about this point?</p> <p>Thanks for your sharing about these questions.</p> http://stackoverflow.com/questions/17903/should-developers-be-specialists-or-generalists 34 Should developers be specialists or generalists? Chris B-C 2008-08-20T13:12:33Z 2009-10-30T12:27:30Z <p>There has been some discussion of late within my organisation about whether we should be technical generalists - as we currently are, doing a bit of analysis, a bit of design, a bit of testing and a bit of coding - or whether we should be specialists - specialising in a particular discipline(s).</p> <p>There are obviously pros and cons to each approach, particularly in a large (non-software) organisation where teams are typically quite small.</p> <p>How do you think development teams are best structured? I've been working as a process analyst for the past year (the exception to the rule), and loved it for awhile but am now growing weary of doing similar things day after day and feel like being a generalist would provide more opportunities for interest and growth.</p> http://stackoverflow.com/questions/1642656/can-we-install-only-mtlm-for-certain-machines-in-the-team 0 Can we install only MTLM for certain machines in the team? Akula 2009-10-29T10:04:30Z 2009-10-29T19:53:32Z <p>Is there a way, where in some testers install only <a href="http://geekswithblogs.net/Shadowin/archive/2009/05/13/microsoft-test-and-lab-manager.aspx" rel="nofollow">Microsoft Test and Lab Manager</a> (MTLM) instead of installing the whole of <a href="http://en.wikipedia.org/wiki/Visual%5FStudio%5FTeam%5FSystem#Visual%5FStudio%5FTeam%5FSystem%5F2010" rel="nofollow">VSTS 2010</a>?</p> http://stackoverflow.com/questions/279174/sharing-code-analysis-rules-in-msbuild 1 Sharing Code Analysis Rules in MSBuild Brad Osterloo 2008-11-10T21:05:34Z 2009-10-27T19:12:44Z <p>I am trying my hardest to define a list of CodeAnalysisRules that should be omitted from the Code Analysis tools when MSBuild executes my TFSBuild.proj file.</p> <p>But each time I test it, my list of Code Analysis Rules to exclude are ignored and Team Build just simply honors the Code Analysis Rules settings for each project.</p> <p>Anyone have an example of a TFSBuild.proj file that shares one list of Code Analysis Rules exceptions for all projects that are build in Team? I am using Team System 2008.</p> <p>Thanks for any assistance?</p> http://stackoverflow.com/questions/1342025/extreme-programming-for-distributed-teams-tools-and-advice 2 Extreme Programming for Distributed Teams Tools and Advice ahsteele 2009-08-27T15:57:12Z 2009-10-26T21:28:49Z <p>A group of us are starting a new project and are working in a distributed fashion. Our intention is to use agile development methodologies and in particular Extreme Programming (XP). This is intended as a learning experience, but while some of us have experience with XP in a "traditional" team none of us has experience doing XP with a remote group. Both <a href="http://stackoverflow.com/questions/86784/agile-development-in-a-distributed-team">Agile Development in a Distributed Team</a> and <a href="http://stackoverflow.com/questions/365016/distributed-development-team-tools-needed">Distributed Development Team - Tools Needed</a> offer some great suggestions but are not specific to XP.</p> <p>Please elaborate on methodologies and tools used to stay true to the spirit of XP while working remotely. Specifically, what technologies were employed for story cards and peer programming.</p> <p><strong>Edited to include technology stack per Felix's recomendation</strong></p> <p>We are writing a Ruby on Rails on Windows Machines. We are interested in what tools can be used to adapt the primary practices of Extreme Programming for a remote team.</p> http://stackoverflow.com/questions/1623829/is-team-system-a-solution 2 Is Team System a solution? vaibhav jain 2009-10-26T09:15:55Z 2009-10-26T09:21:13Z <p>I am working on a web portal in ASP.NET (VS2008) with my 2 friends. We want to code, debug, test our webportal on different machines simultaneously.</p> <p>How it can be done? Is VS2008 Team System a solution for this?</p> http://stackoverflow.com/questions/1615726/what-is-a-rule-of-thumb-ratio-of-alpha-developers-okay-developers-and-newbies-ne 3 What is a rule-of-thumb ratio of alpha-developers, okay developers and newbies needed for a great web application team? Phil 2009-10-23T20:29:40Z 2009-10-23T21:17:18Z <p>This question seeks a rule-of-thumb answer so I avoid details. In recruiting a development team to develop and maintain a web application (or windows, whatever); what is a good ratio of alpha-developers (very brilliant developers who are geniuses) to okay developers (experienced-developers whose intelligence will not blow you away) to newbies (junior/inexperience/newly-minted developers)?</p> http://stackoverflow.com/questions/76526/i-need-this-baby-in-a-month-send-me-nine-women 92 I need this baby in a month - send me nine women! edg 2008-09-16T20:21:25Z 2009-10-21T15:29:09Z <p>Under what circumstances - if any - does adding programmers to a team actually speed development of an already late project?</p> http://stackoverflow.com/questions/1470498/which-is-more-important-a-very-interesting-project-or-a-very-good-team 18 Which is more important - a very interesting project or a very good team? sharptooth 2009-09-24T08:56:51Z 2009-10-15T08:17:01Z <p>I've been a lead developer of a very successful and promising project for several years now. The team I've been working with is just great. Now the top management wants to move the project to another department because that department has responsibility area they feel is closely related with the project. Most likely nothing will prevent them from doing so.</p> <p>I have two options - either move with the project to another team which is not bad but I'm not sure is as great as my current one or release the project and switch to some other project with my current team. All other projects in the current team are not bad too but quite boring compared to the moving project.</p> <p>I'm not very fond of releasing the project since I've spent a lot of time on it and not very fond of moving to another unknown team.</p> <p>Which is more important - a great team or a very interesting project?</p> http://stackoverflow.com/questions/1568201/how-would-you-motivate-your-colleagues-to-join-stackoverflow 0 How would you motivate your colleagues to join StackOverflow? [closed] Pieter Breed 2009-10-14T18:41:02Z 2009-10-14T18:42:29Z <p>I look at StackOverflow as two things. </p> <ol> <li>A way to give back as I have received</li> <li>A way to learn</li> </ol> <p>The people in my office range across skill levels all the way from the top to the bottom but I am one of two people who participate on this site. I venture to guess that this is similar at other offices too, the brightest people still are not participating and I would like be able to learn from them too.</p> <p>So. How would you motivate your colleagues to join StackOverflow to get them to participate in this process?</p> http://stackoverflow.com/questions/1526330/what-kind-of-specs-documents-analysis-do-you-get-from-superiors-when-starting-a 1 What kind of specs, documents, analysis do you get from superiors when starting a project? MaxiWheat 2009-10-06T15:26:15Z 2009-10-12T21:56:14Z <p>I currently work in a small business (15-20 employees, 5 programmers) where most projects are custom built CMS and a few web applications products. </p> <p>Since I started working there, I have worked on many projects, but specifications for each project vary a lot. Sometimes we get a little detail, a Word document telling what the client wants, and what we are suggesting (suggested form fields, a short description of display, etc.). Sometimes almost nothing except "do what you think is the best approach for this project/module/request".</p> <p>My question to you guys, who might work in different kind of businesses, is: How (huge pile of paper? Word docs? Visios?) and what kind of information do you get from your superiors, managers, teamates when starting a project (plenty of analysis, drawings, etc.)? How much detail do you get on this?</p> <p>Hope my question is clear enough, thank you.</p>