Tagged Questions
The program-management tag has no wiki summary.
26
votes
9answers
1k views
How can a software agency deliver quality software/win projects? [closed]
I currently work for a bespoke software agency. Does anyone have any experience of how to win well priced work?
It seems there is so much competition from offshore/bedroom programming teams, that ...
9
votes
21answers
2k views
Best way to deal with 'bad apples'?
In Jeff's latest post on Coding Horror, he talks about the "bad apple" effect:
What [the research] found, in short,
is that the worst team member is the
best predictor of how any team
...
7
votes
9answers
3k views
Program Manager vs. Software Architect
What are the differences between a program manager and a software architect?
6
votes
11answers
472 views
How bad is SLOC (source lines of code) as a metric?
We are documenting our software development process. For technical people, this is pretty easy: iterative development with internal milestones every four weeks, external every 3 months.
However, ...
4
votes
7answers
3k views
Program Manager vs Product Manager
What is the difference between a Program Manager and Product Manager? Is there actually a difference in the roles/responsibilities or our the terms mostly used interchangeably.
3
votes
6answers
301 views
Do most software companies employ program managers?
According to Joel's post, a program manager is responsible for:
Designing UIs
Writing functional specs
Coordinating teams
Serving as the customer advocate, and (jokingly?)
Wearing Banana Republic ...
0
votes
2answers
67 views
Passing Control in C
In object-oriented programming, I know you can pass control between classes, which makes things much more organized. I realize that there aren't classes in C because it isn't an object-oriented ...