7
votes
5answers
145 views
What do you wish SysAdmins would do differently? [closed]
In direct response to a post on ServerFault here, the OP asked:
..what do you wish I, and other
developers you deal with, would do
differently? What things would make
life easier for you, …
10
votes
13answers
650 views
Ever had to “dumb down” for a job?
I'm wondering if anyone has had a situation where it's clear that you know more than everyone else on your team, including the lead and/or manager, and how you handled a situation like this?
For …
2
votes
5answers
87 views
IM (Instant Messaging) increase or decrease developer’s productivity?
In my team I have some developers that always have two or three IM windows open. The majority of these windows are not related with the project where they are nor with asking or offering programming …
3
votes
0answers
63 views
Marketing 101 for Programmers [closed]
Which marketing books are effective for programmers to promote their team's work and defend their team from communication errors?
Imagine that I've been living in a cave.
0
votes
2answers
43 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 writing code
…
3
votes
3answers
140 views
What makes one a good team member? [closed]
In a job interview what the kind of answer would you provide?
6
votes
15answers
490 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 …
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 minimize the impact …
6
votes
8answers
150 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 that by operating a …
1
vote
8answers
180 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 and speed of work …
2
votes
5answers
82 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 issues by assigning that …
2
votes
5answers
100 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 option Volunteer to fix …
6
votes
8answers
271 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 have a large number of …
2
votes
7answers
109 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 were based on use …
6
votes
7answers
166 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 …
