Tagged Questions

4
votes
10answers
195 views

Software development team meetings

Hi All, This is not a programming question, but its suitable 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 …
1
vote
4answers
46 views

Managing CSS conflicts

So i am working with a few CSS developers and every now and then we run into layout issues which have been fixed previously because one of the css developer did something which conflicted with …
7
votes
9answers
81 views

How to capture lessons learnt after a project

Hi All, 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 …
7
votes
15answers
402 views

How do deal with developers that over complicate projects

Hey, 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 …
3
votes
3answers
63 views

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

Hi, 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 …
163
votes
44answers
7k views

How do you handle poor quality code from team members?

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 …
0
votes
3answers
48 views

Separating rapid development from refactoring/optimization

I'm working in a team of 2 front-end developers on a web-based late-stage startup project. The site works quite well, but there's a lot of room for improvement code-wise, as the code is quite messy …
92
votes
41answers
6k views

I need this baby in a month - send me nine women!

Under what circumstances - if any - does adding programmers to a team actually speed development of an already late project?
1
vote
4answers
81 views

Specifications for Servers for Team Based Development

Background My business is getting more and more requests for web development and as such I'm adding another .NET Developer to the team. My current development environment is really poor, just a …
3
votes
3answers
81 views

What are the best practices for a small distributed team which will work on a Drupal project?

Hi, after some research, we opted for working with Drupal on our next project and we are a distributed team. Since Drupal stores (based on what we saw until now) all it's content on a database, how …
0
votes
3answers
53 views

How do you maintain technical contracts between development teams?

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 …
6
votes
15answers
522 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 …
2
votes
4answers
52 views

Agile QA/Dev team building excercise

Does anyone have a good team building excercise to help bring together disparate teams like the QA/Development teams? I am the companies "agile coach" (as much as I hate that term), I am the one that …
40
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 …
1
vote
2answers
85 views

How would you store encrypted information in public DVCS repository?

Hello Everyone, I have projects that multiple developers are working on. We all work off the same git repository. Currently, I do not store production server configuration in the repository, because …

1 2 3 4 5 11 next
15 30 50 per page