Tagged Questions
The teams tag has no wiki summary.
37
votes
17answers
2k views
What should I do when a co-worker rejects my commits because they contain unit tests?
I've moved from one team to another in same company. In old team (hardcore c++) we did lots of unit testing. In my new team (also c++) they do functional testing instead. During review they reject my ...
24
votes
13answers
1k views
How do you handle Ineffective Programmers?
How do you handle a programmer who is on your team but is extremely ineffective and ends up wasting the time of the rest of the team.
I don't mean lazy, but I mean a person who has such weak ...
11
votes
16answers
478 views
When do you refactor code?
Do you do it when you’re in the code doing something else?
When your manager approves it? (Seems this never happens)
I guess some of this depends on the impact of the changes. If I change the code ...
9
votes
21answers
2k views
Best way to deal with 'bad apples'?
In Jeff's latest post on Coding Horror, he talks about the "bad apple" effect:
What [the research] found, in short,
is that the worst team member is the
best predictor of how any team
...
4
votes
5answers
419 views
How to convince management on the importance of teamwork?
I've worked for a state agency for over 1.5 years (arguably far longer than I should have, but that's another matter). Most of what we do is create & maintain ASP.NET web applications for other ...
4
votes
6answers
499 views
What tools do you use for small, distributed teams?
I started distributed team work with Basecamp, moved over to Unfuddle to integrate issue management and SVN repositories with basic project management, and now I'm hearing a lot about assembla with ...
3
votes
5answers
495 views
Cost-effective team software development for small business or group? [closed]
I've seen many medium and large businesses set up elaborate processes for their software development and testing, be it Windows or Linux-based, web or local, for-profit or internal.
How would a small ...
3
votes
11answers
446 views
Dysfunctional Teams
A little bit of a strange topic I have to admit but how do you deal with having some people on your team that:
Never listen to others ideas
Don't perform etc
I am a fairly new to working in groups ...
2
votes
4answers
174 views
Is it possible to work on the same assembly in different projects in .Net?
I'm interested to know how people work in large teams of developers.
I work on my own, and each time I create a brand new control, I create a new project to keep all the related files together.
I ...
2
votes
13answers
1k views
How do Software Engineers Develop programs?
I am wondering how do people develop programs in a software company? Like do they split up the work or does one person do everything. and how does it all work together? Hope you understand what I am ...
1
vote
5answers
131 views
Team and players objects Java difficulties
Basically I'm trying to get my head around creating a java program that manages teams and players.
From my understanding I would have a team and a player class. In the team class there would be the ...
0
votes
2answers
34 views
Team Question ranking game problem
We have question game with Yes or No type of answers. There are multiple teams participating and every team have different number of players. Each player answers to questions. Players can join the ...
0
votes
2answers
116 views
Structuring a software development team - by specialization or by task?
As a software developer for 6 years, I've had a range of experiences with different teams, from negative to positive.
One of the best experiences I had was in a certain project team at a financial ...
0
votes
1answer
380 views
How does Apple Inc organize development teams? [closed]
Apple computer has recently had a prodigious output of software (for example the iPad-specific productivity applications, and iOS4). My (purely subjective) experience has been that this recent ...
-2
votes
6answers
153 views
languages for small development teams [closed]
What languages are best suited to small, 1-3 person software development teams? Obviously, something like Java is more aimed at enterprise; what's the best fit for small teams?
Nothing too ...