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.
6
votes
15answers
453 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
2answers
36 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
131 views
What makes one a good team member? [closed]
In a job interview what the kind of answer would you provide?
6
votes
8answers
144 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 …
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
7answers
154 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 …
6
votes
8answers
265 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 …
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 …
16
votes
17answers
641 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 …
6
votes
7answers
147 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 …
11
votes
5answers
149 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 …
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 …
20
votes
11answers
802 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.
…
22
votes
30answers
1k views
What is the “best” way to get yourself motivated?
After several extremely productive days this week; this morning I fired up my IDE’s and opened up the code-lines I am currently working with. I cracked my knuckles and then …… noth …
