6
votes
15answers
362 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 in …
0
votes
1answer
16 views
Tips for good division of labor between Design, Development, and HCI
I'm curious how other large-scale development shops (web-focused) divvy up the work between Designers, Developers, and HCI/Consumability Experts.
Obviously:
Developers will be w …
3
votes
3answers
110 views
What makes one a good team member? [closed]
In a job interview what the kind of answer would you provide?
6
votes
8answers
137 views
Is using a geographically distributed development team a better approach for running a software startup?
It's commonly agreed that successful software development is as much about teamwork and communication as it is about individual programming expertise. Given this, one might assume …
1
vote
7answers
148 views
Is it fair to be held up to mockery for preferring to run “mvn clean install” as 2 commands ?
One of my team mates was held up for mockery by the team leads for preferring to run maven as:
$ mvn clean
$ mvn install
The discussion by the team leaders was about efficiency …
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 th …
1
vote
0answers
20 views
how to maitain the authentication details/passwords in a 50 people company [closed]
What is the process that you guys follow for maintaining authentication details like login ids and passwords? There will be definitely some shared passwords. So, the target is to m …
6
votes
8answers
253 views
Good C# open-source projects to participate in?
I'm looking for some large open-source .NET (especially C#) projects to participate in as a developer, I'm interested in both web and desktop applications. I want the project to ha …
6
votes
7answers
137 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 …
2
votes
5answers
78 views
Splitting of development team
I was organizing the team to do parallel development of next version of the product. I grouped the team by
Client specific
Feature specific
Handling the cross-functional issu …
16
votes
17answers
632 views
When is it acceptable to rewrite someone else’s code?
I largely work as my own dev shop, for a small organization in a large multinational. Almost every day, I find myself rewriting or upgrading my own code to a more informed solutio …
11
votes
5answers
145 views
How much time do you spend in production troubleshooting
At my prior job of 5 years, I eventually had to leave because I was growing into the go-to guy for production support and troubleshooting. I was spending at least half of my time …
2
votes
7answers
107 views
How to make and apply standards for UI development?
Hallo,
I work in a small and young team of developers and we have problems that we are not sure how to solve.
On previous projects every developer have been working on tasks that …
2
votes
5answers
86 views
How do you know who is fixing the build?
We are working in a CI environment, with Enterprise Cruise running our builds. Developers all have CCTray installed locally to notify us if a build breaks.
CCTray has a menu optio …
40
votes
18answers
1k views
Practices for programming in a scientific environment?
Background
Last year, I did an internship in a physics research group at a university. In this group, we mostly used LabVIEW to write programs for controlling our setups, doing da …
