Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

40
votes
48answers
3k views

How do I reward my developers for the little things they get right? [closed]

I am in a tech lead role and my developers get stuff right most of the time. How do I communicate to them thier value to me? (I.e. they have value because I do not have to go through and point out ...
28
votes
21answers
2k views

How to deal with an inept and self-centered programmer? [closed]

This is a sensitive question, hence I post this anonymously. Over the last year, I have been working as the senior programmer for a group of existing and new scripters. This group is lead by a ...
16
votes
22answers
2k views

How do you deal with bad programmers?

I kind of lead a team of 10 here at one of the services companies. Being a lead developer, I have been asked to mentor this team that consists of individuals who are programmers but are kind of ...
15
votes
14answers
709 views

What to do when co-workers code badly?

I am working part time in a small software company to raise some money. Without sounding arrogant: some of my co-workers I am working with in a team are writing horrible code. Both syntax- and ...
13
votes
9answers
300 views

How to counter the “one true language” perspective?

How do you work with someone when they haven't been able to see that there is a range of other languages out there beyond "The One True Path"? I mean someone who hasn't realised that the modern ...
13
votes
14answers
975 views

How do deal with developers that over complicate projects

So I think every team has one of those developers that is always "cutting edge" or wants to over complicate something that can be kept simple. My preference is why build a rocket when you only need a ...
9
votes
8answers
754 views

How to deal with managers who always seem to know best?

I am Team Lead for development and systems admin within a small company. I answer directly to the Director of the company. She is fairly difficult to work with as she almost always knows best, ...
7
votes
10answers
1k views

Do you feel underappreciated or resent the geek/nerd stigma? [closed]

At work we have a piece of A4 paper with the number of everyone in the office. The structure of this document is laid out in rectangles, by department. I work for the department that does all the ...
7
votes
10answers
335 views

How do you go from doing research to coding?

I've been trying to learn to code for years now, and the process has been the same: spend hours and hours at it, follow the road to nowhere, switch languages, rinse and repeat. Each time I switch ...
7
votes
9answers
1k views

Is it worth it to require strong data-mining skills from employees?

After I have a small discussion in comments to my recent answer, I decided to ask the community: Is it worth it to require strong data-mining skills from employees? I think that ability to ...
7
votes
16answers
986 views

Why are there people in the industry who have not heard of Stack Overflow, jQuery, Twitter, CSLA, DnrTV etc?

Being a passionate developer, I'm sometimes amazed when people in the industry have not heard about key technologies, news stories, new sites, development podcasts, etc. Does not reading RSS feeds, ...
6
votes
4answers
509 views

How to make a good programming interview?

I am doing interviews with from time to time to recruit some not bad people. And I really think I AM NOT doing to correct Job. I work in a company when We have to do a lot o DB programming, .NET ...
5
votes
1answer
267 views

Resources for interpersonal skills

I'm a developer who needs to improve my interpersonal skills. What resources can you recommend for this? Please no resources about software management; I have no interest in becoming a manager.
5
votes
8answers
572 views

How to break bad news to high-ups in other non-IS departments?

Recently we added a couple web service machines, and they couldn't successfully email out. We (IS) did not notice this, and the exceptions were being swallowed up and logged, but no-one noticed for ...
5
votes
14answers
590 views

Dealing with some grey code style issues

We have an intermediate developer who is really good at what he does, but there is one rough edge to this diamond. He's really insistent that every method have only one entry and one exit point. The ...
4
votes
4answers
343 views

How do I get my manager to move away from Joomla? [closed]

Well, the facts : I'm a php programmer (php4/5) and object since several years now. I use to work PHP Framework (especially Zend Framework) At my work, we have to work Joomla for some website. I ...
4
votes
6answers
674 views

How do you convince your manager you have coding strengths in other areas (without sounding big headed)?

You working on a project developing good, robust front end applications (because you have done this before). The next project your manager decides to use you for the same type of work, but you know ...
4
votes
10answers
813 views

Subtly tell someone that you can't just “teach” them (and them trying to help me is only really hurting my performance)

I'm currently hired on a temporary basis at a company to help out with some low-level integration with certain IM services. Their current programmers are all C# programmers relying heavily on that ...
4
votes
10answers
501 views

How do you convince your boss not to jump on every hype?

Guess you know what I mean? Your boss read this article about a certain shiny new and fancy technique like e.g. Ajax and is now an expert in everything related to it. He now wants to use this cool new ...
3
votes
13answers
714 views

How long does it take for you to determine if someone is going to be a good developer? [closed]

I think you can tell within a very short amount of time in terms of people's problem solving abilities, ability to think in different layers of abstraction, in asking good questions... do you agree?
3
votes
8answers
169 views

Automated way to detect tests that can't fail, checked in to get by minmum code coverage?

I have a dev, that will get around our code coverage by writing tests that never fail. The code is just atrocious, but the tests never catch it because they assert(true). I code review, but I can't ...
2
votes
8answers
329 views

How To Handle Co-Worker Opposed to Unit Testing [closed]

On our Scrum team there are a couple of members who crank stuff out to the page without unit testing, then complain when changes are made elsewhere in the code that break their stuff. The refrain is ...
1
vote
5answers
271 views

Why do you think developing/programming a software is a skilled job? [closed]

People ask me this question a lot but I don't know how to answer it :(
1
vote
5answers
272 views

How do you convince your boss to jump on the right hypes?

You read the best blogs, follow the new trends and, from time to time, you find something that is worth trying. You try it. You like it. You know it's a good idea. You want to adopt it. But your boss ...