10
votes
13answers
634 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 …
7
votes
5answers
137 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, …
2
votes
5answers
83 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 …
6
votes
15answers
478 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 …
3
votes
0answers
59 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.
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 …
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 …
3
votes
3answers
139 views
What makes one a good team member? [closed]
In a job interview what the kind of answer would you provide?
0
votes
2answers
39 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
…
6
votes
8answers
147 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 …
6
votes
8answers
269 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 …
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 data acquisition and …
16
votes
17answers
644 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 solution. Obviously, this …
6
votes
7answers
159 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 …
20
votes
11answers
828 views
What Makes a Good Technical Team Lead?
As a technical team lead of a small team of web developers, I have been finding it difficult lately to identify and focus on the core responsibilities of keeping my team running.
Specifically, I'm …
