vote up 2 vote down star

closed as exact duplicate by bdukes, Mark Ingram, itsmatt, chaos, Paul Tomblin Feb 25 at 14:54

13 Answers

vote up 5 vote down

Senior developers start entering into the scope of manager. They see the bigger picture and how all the other developers work in orchestra.

link|flag
vote up 5 vote down

The ability to stand up to management and let them know when they have a bad idea.

To stop bad coding patterns because "that is the way it has been done before".

Not having to ask how to solve a problem, but have the know how to look it up themselves.

link|flag
I would expect 2 and 3 from an intermediate too. – alphadogg Feb 25 at 14:59
Actually, maybe "expect" is too strong, but certainly "like to see"... :) – alphadogg Feb 25 at 15:00
I would agree with that intermediate, but standing up to management is hard. You have to be able to let them know they have a bad idea and why. – David Basarab Feb 25 at 17:44
vote up 4 vote down

The ability to call BS without completely offending other developers

link|flag
vote up 4 vote down

In my opinion senior developer can cope if thing go horribly wrong, e.g. when you start getting weird errors in the production environment and can't reproduce it in dev, etc.

I also think its not really possible to tell the difference during an interview.

link|flag
+1. The seniors are always the ones that get called in when something is going unpredictably nuts in one of our systems. They just have a good intuition for pinpointing exactly where things are going wrong. – Chris Feb 25 at 14:52
I agree with the first part, but I disagree about the interview... it's just that most interviewers don't dig in enough to try to tell the difference. – Chris Farmer Feb 25 at 14:52
vote up 3 vote down

In my opinion, the main difference is the ability to take ownership. Senior devs can be given a job to do, and you know that it will get done, without needing to keep asking for updates or worrying about the outcome.

Intermediate developers may have equivalent or even better coding chops, but need more management.

link|flag
vote up 2 vote down

Don't exclude "the years of experience". . .just ask what the experience gives.

Our senior developers aren't necessarily better coders (some even seem much too dinosaurish), but they have WAY MORE expertise in product life-cycle, in the client issues that go beyond just the coding, much more familiarity with the data that underlies our software, the experience of teaching the products and knowing where new users get hung up., etc.

link|flag
Sounds like your idea of "senior developer" isn't a developer at all. – Welbog Feb 25 at 14:53
Our "senior staff" does develop, but they also have a more active role in the periphery around development. Like others said. . .it can be an arbitrary term that differs place to place. I didn't mean to make them sound like tech support. – Baltimark Feb 25 at 15:11
vote up 1 vote down

I'm reading a fantastic book that touches on this, I'd try to get an extract here later when I get home (kids permitting), but I couldn't resist suggesting Pragmatic Thinking and Learning: Refactor Your Wetware by Andy Hunt

link|flag
vote up 1 vote down

The years of experience.

Everything else posted in other answers comes from that....

link|flag
vote up 1 vote down

First call on new virgins?

The main difference is leadership.

Senior developers lead projects.

In a small company, senior developer = lead developer/architect, almost CTO.

In a bigger shop, multiple seniors are experienced developers with management chops that handle one or more teams with one or more projects. The CTO leads the seniors.

link|flag
vote up 1 vote down

I think question is too vague to elicit a focused answer, particularly considering we all have differing ideas about what constitutes intermediate and what constitutes senior.

But the most significant difference will be in responsibility. An 'intermediate' developer will likely be assigned work but largely left along to do it without too much oversight.

A 'senior' developer will be subject to less oversight and may well be responsible for a number of more junior developers, and may be in overall responsibility for small-medium projects.

And a 'lead' is arguably one step on - the most senior Senior Developer, responsible for multiple projects and a number of staff - often a stand-in for management.

But what's in a title?

link|flag
vote up 0 vote down

Ability to read and understand and debug someone else's code.

link|flag
What kind of a developer at any level can't do this? – Welbog Feb 25 at 14:52
As Welbog says, all but noobs should be able to do this. Obviously, experience dictates how well/fast you can do this. – alphadogg Feb 25 at 14:54
Seconded. I would expect this (to some extent) from a Junior Developer. – CJM Feb 25 at 14:55
Granted, but i think the line between junior and intermediate is much more blurred. There are plenty of people who can code acceptably from specs that I wouldn't trust to accurately understand and debug someone else's stuff. – Chris Farmer Feb 25 at 15:27
Reading other people's code is a very difficult thing to do. A senior dev should be able to do it without needing comments in the code being read. – dotnetdev Apr 6 at 12:42
vote up 0 vote down

A intermediate developer is someone who's read The Pragmatic Programmer and thinks following the ideas in there is a good idea.

A senior developer is someone who lives by those rules.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.