Tagged Questions

Group of individuals working together towards a collective goal, often a project or group of projects. Interpersonal dynamics and teamwork tend to be areas where this tag is relevant.

learn more… | top users | synonyms

248
votes
44answers
9k views

How do you handle poor quality code from team members? [closed]

I know most people have code review and standards in place, but I work at a place with poor standards. I'm not saying that my code is flawless by any means, but I find the code my fellow members ...
59
votes
27answers
2k views

Is it rude to refactor/improve team members' code?

When working on a single project with a small team, say, 3 devs, its common for us to ask each other: "Oh, how does this class work?" or "What property do I set on this to make this happen?" as the ...
53
votes
21answers
6k views

SVN best-practices - working in a team

I'm starting out with SVN. I know the basic commands and understand the base principles. I was wondering if anyone has any tips or best practices for working with Subversion in a team environment. ...
37
votes
27answers
1k views

How does one create an enthusiastic development team?

If you have a room full of capable developers, what can be done to encourage those developers to become excited and enthusiastic about software and software development? No gimmicks, but a genuine ...
36
votes
10answers
6k views

Tool to aid Code Review

For our small team of 20 developers, we used do code review like: Make a label in svn and publish the label to the reviewers Reviewers checkout the code and add comments in line (with marker like: ...
32
votes
19answers
2k views

What's the best way to become familiar with a large codebase?

Joining an existing team with a possibly-large codebase already in place can be daunting. What's the best approach; Broad; try to get a general overview of how everything links together, from the ...
30
votes
15answers
895 views

Which is more important - a very interesting project or a very good team? [closed]

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 ...
24
votes
20answers
1k views

What are some reasons why a sole developer should use TDD?

I'm a contract programmer with lots of experience. I'm used to being hired by a client to go in and do a software project of one form or another on my own, usually from nothing. That means a clean ...
22
votes
20answers
2k views

How to get team member to stop interrupting?

I'm the lead programmer/manager for a team of 6 programmers. There's always one programmer who needs far more attention than all the others and comes by my office to talk to me as much as all the ...
20
votes
4answers
2k views

Mercurial workflow for ~15 developers - Should we use named branches?

My team's just starting out with Mercurial and a central repository. We have Hudson building the tip of the "default" branch - which is basically our mainline. We had a check-in policy with our old ...
19
votes
9answers
2k views

What do Team Leaders do?

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 ...
18
votes
6answers
405 views

How to find a coding buddy

I was reading Jeff Atwood's blog and he mentioned that he was suffering from code-paralysis (he called it analysis paralysis, but I feel like it's also code paralysis) when he didn't have a code ...
16
votes
6answers
662 views

How does your team work together in a remote setup?

we are a distributed team working on the object database db4o. The way we work: We try to program in pairs only. We use Skype and VNC or SharedView to connect and work together. In our online ...
16
votes
5answers
4k views

How does Scrum work when you have multiple projects?

I'm fairly well read in the benefits and processes of Scrum. I get the ideas on the backlog, burndown charts, iterations, using user stories, and other various concepts of the Scrum "framework". With ...
16
votes
9answers
1k views

How do I help senior team members improve?

I have a pretty good team. We are all friends and get along well. When a problem does occur it is usually patched up rather quickly. However, one of the senior members of the team has become a little ...
16
votes
29answers
1k views

Do you think a software company should impose developers a coding-style? [closed]

If you think it shouldn't, explain why. If yes, how deep should the guidelines be in your opinion? For example, indentation of code should be included?
15
votes
6answers
2k views

Can different git-svn clones of the same svn repository expect to be able to share changes then git svn dcommit?

I've read a great deal of "go from svn to git" and other "git-svn workflow" articles on the web, and still I think they often deal with overly simple situations. They are often targeted at guys who ...
15
votes
4answers
803 views

What is your or your company's programming process?

I'm looking for process suggestions, and I've seen a few around the site. What I'd love to hear is what you specifically use at your company, or just you and your hobby projects. Any links to other ...
14
votes
13answers
4k views

Cheaper alternative to FogBugz

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 ...
13
votes
14answers
970 views

How do deal with developers that over complicate projects

So I think every team has one of those developers that is always "cutting edge" or wants to over complicate something that can be kept simple. My preference is why build a rocket when you only need a ...
13
votes
13answers
914 views

How to deal with design-freaks?

A workmate of mine really loves designing for each and every use-case, no matter how unlikely its occurrence will be or if it's even in the scope of the project. As a result, some of us are having ...
12
votes
4answers
493 views

What team workflow processes do you use concerning git?

I am in the process of moving my team from TFS to GIT in the very near future, but before I do so I want to know about any pitfalls that others may have experienced when moving a team from a ...
12
votes
7answers
720 views

Leading an offshore team [closed]

I'm in a position where I am leading two teams of 4. Both teams are located in India. I am on the west coast of the U.S. I'm finding leading remote teams challenging: First, their command of the ...
12
votes
8answers
1k views

Must read books for a programming team leader [closed]

Possible Duplicate: Recommended reading for new team lead As a programming team leader, which books do you recommend? Books about HR, good programming practices etc. I have recently seen ...
12
votes
14answers
901 views

How to manage noise in teams room?

Very often, my coworkers engage in silly discussions about general topics not related to the work making a lot of noise in the team's room. This distracts all the developers in the room, making them ...
11
votes
14answers
2k views

Does team leader have to take blame for subordinate errors?

In a software company, does the team leader have to take responsibility for every error the subordinates do? The client sent an angry email because some parts of the code were incomplete and not all ...
11
votes
8answers
4k views

What's a good Wiki for technical documentation?

What's a good Wiki (or other browser based collaborative tool) for technical documentation? Both as a programmers reference and more general "How to perform this reoccurring tasks on a computer" ...
10
votes
5answers
403 views

How do I convince programmers in my team to do TDD?

I am aware of this question: http://stackoverflow.com/questions/428691/how-to-encourage-implementation-of-tdd In my team, we write a lot of unit tests. But, in general the programmers tend to write ...
10
votes
10answers
293 views

How to capture lessons learnt after a project

When a project or large body of work has been finished, what's the best way to reflect and learn from what worked and what didn't, and why. I've work on a couple of teams and haven't seen any of this ...
10
votes
6answers
470 views

Dealing with significant skill/talent disparities

When doing an in-house IT project, such as in a bank, it's very common to have a team with significant differences in both skill and talent among its members. As the biggest factor in project success ...
9
votes
8answers
803 views

What are the responsibilities of a project manager in a small team of developers?

We have a relatively small team of developers with less than 5 people in it and a project manager. What do you think is the typical set of responsibilities a project manager should have in such a team ...
9
votes
8answers
1k views

What traits (the make-up of the person) makes a good team leader?

This is slightly different question to What do Team Leaders do? I have worked on many different projects, working with a varying different team leaders/managers. Some were good and some were not so ...
9
votes
8answers
564 views

How to get your team to stop context switching

We work on a team where there are a lot of distractions, production support issues, users questions, lots of simultaneous projects, etc.. any thoughts on best practices on getting the development team ...
9
votes
4answers
344 views

What are the tipping points for team size vs process overhead?

At what point in a team's growth must process change drastically? A lone coder can get away with source control and a brain. A team trying to ship large prepackaged software to local and ...
9
votes
12answers
753 views

Best practices on answering dogfood excuses

Dogfooding is using your own software while it is being developed. Sometimes it is impossible to simple use it at all (e.g. software for fighter pilots.) More often it is possible to dogfood, but it ...
9
votes
13answers
3k views

Is the Scrum Master also a developer on your team?

I think that Scrum Master role is not a full time job for most mature scrum teams. A team that is running together for a few month can be fine with a Scrum Master that is also a team member since they ...
8
votes
12answers
836 views

How can my software development team conduct better team meetings?

This is not a programming question, but it's relevant to all programmers and developers working in a team. I am a software developer in a team of 4 developers and 1 DBA. Our team leader just came up ...
8
votes
6answers
178 views

Can software developing in a large team be interesting and fun?

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. The effect of ...
8
votes
6answers
234 views

Reorganising a development teams as it grows

How do you grow from 6 to 20+ developers and maintain the same productivity? When I started at my company there were only 6 of us doing development. There were no communications issues. Each developer ...
8
votes
9answers
430 views

Teammember over-estimating abilities. How to help him grow? [closed]

What is the best way to help a somewhat stubborn unskilled team member gain some insight and grow as a programmer? One of our network administrators has had a long standing desire to take his hobby ...
8
votes
21answers
841 views

What is the best trait your manager can have?

We've all had good and bad managers. What's the best trait your manager can have to allow you to be effective in your role and allow you to love your job? For me it's allowing creative freedom to ...
8
votes
5answers
631 views

Type of Team Lead: More Programmer || More !Programmer

Yesterday I had a team leader of another team say that they took a while to figure out something I wrote on a wiki page because I referred to obtaining code from source control as "checking out" which ...
8
votes
2answers
2k views

Synchronizing eclipse save action rules

My team has a fairly rich set of formatting rules and save actions and these rules are evolving. We're looking for a mechanism to define the centrally and propagate them automatically. We don't want ...
8
votes
15answers
2k views

Monday Morning Meetings - What format do you use?

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 ...
8
votes
11answers
510 views

What is the best way to handle overly aggressive reviewers during a code review?

Everyone that has ever had to perform any form of code review has probably been here. You're a member of a code review team, and during the code review you come to an issue where a member of the team ...
7
votes
8answers
564 views

Daily stand-up meeting individual speaking duration & time limit?

My team is starting our first Scrum cycle. Daily stand-up meetings are required, as of today. My question is, what is your time limit on individual speaking in a daily stand-up meeting? How long ...
7
votes
5answers
224 views

How does a one-man team convert to working with a small team?

I have been running my web development company by myself for the last 6 or so years (and as added background, I have never worked in a development team as I am currently a university student and have ...
7
votes
4answers
257 views

Evaluating developers [closed]

I am a technical team leader of a small programming team, working on a project for an external client. I was recently asked to produce written evaluations of my team members. I feel uncomfortable ...
7
votes
5answers
263 views

Should all team members use the same IDE?

Should all team members be forced to use the same IDE (e.g. eclipse, netbeans, intellij) for programming, even though the build process is independent of IDE? (Assume no IDE specific plugins etc are ...
7
votes
7answers
537 views

Team Development Vs Individual Development

Last week I found myself trying to explain to my management that team development is better than individuals programming alone. Unfortunately, I didn't have any hard facts to back this claim up.The ...

1 2 3 4 5 6