up vote 8 down vote favorite
2
share [g+] share [fb]

When someone tells you that they're a "Senior Software Developer @ XYZ Corp." , what do they really mean:

  1. They've done many jobs of that type before
  2. They're actually senior by age to other developers
  3. They just aced a really tough interview
link|improve this question

2  
They are old. ;>) – kenny Oct 3 '09 at 14:50
30  
They are Spanish male developers, Si Señor >:) – Pascal Thivent Oct 3 '09 at 14:53
feedback

9 Answers

up vote 8 down vote accepted

That depends on the definition that the company he works for gives him, so it's subjective.

In our company, for someone to have earned this title, it means he's a seasoned developer with experience and a proven track record of being trusted, and good at what he does. The title has little to do with age or seniority, and more to do with skill and maturity.

link|improve this answer
Does this experience have to be "formal"? ie. at other jobs? – Aviral Dasgupta Oct 3 '09 at 14:53
feedback

It means virtually NOTHING unless you know the context of the company they work for.

Typically, it is a prefix that matches pay scale or experience and starts at associate, to staff, to senior, to lead, to principle, to head.

Practically speaking, you can't expect to match it up with technical competence. Some people are really into titles but I would prefer fewer meaningless titles myself.

I think that in the best of all possible worlds, one's title would be one's name.

link|improve this answer
1  
"one's title would be one's name" - or the 'Mr.' or 'Mrs.' etc that we tend to put before the name in more formal situations. – akf Oct 3 '09 at 15:17
What I'm getting at is that what may be considered a "senior" at one company, is not really comparable to the same in other companies. For example, in a 5 person start-up someone might be plainly titled "software engineer". Does that mean this person has less capability/value/experience than a "senior" in company of 5000 people? Absolutely not. But sadly, now lots of start-ups are giving everyone the title of "VP"-- ridiculous. I think it is better to forget about silly fine-grained attributes of titles and instead evaluate the person and what they've done. – Angelo Oct 3 '09 at 15:29
feedback

To me, it can be a combination of a few things:

  1. They've been there longer compared to some other team members.
  2. They have more experience (might also imply age).
  3. They have more responsibilities, such as managing project, instead of day-to-day "grunt" work.
  4. They have a say in the direction of the projects, if not the company's.

But again, depending on the company they are working for, the job description will vary.

link|improve this answer
feedback

In general, it's meaningless. See The Senior System Administrators.

In some companies it may have very specific meanings, but you'd need to have a deep understanding of that particular company's corporate culture.

link|improve this answer
feedback

It generally refers to a Software Developer that has a lot of experience (which can come with age) and differentiates the developer from a "Junior" developer. In larger companies/teams, people like to have differentiating job titles and show some kind of natural heriarchy. Most of the time Senior developers have earned that title through experience.

link|improve this answer
feedback

I asked myself a similar question recently and have compiled a list of things (it's by no means complete). None of them are individually necessary or sufficient, but I think a good senior developer will have good breadth and depth. In addition to 'my' list (it's really a gleaning of both my thoughts and others') I think this article has merit:

What does it take to be a grandmaster developer?

  • Time in the industry (neither necessary in arbitrary numbers, nor sufficient - but does have some weight)
  • Time working on a specific technology (e.g. one who’s spent a year in each of 5 languages is not as senior as one who has spent 5 years in one language... in that language)
  • Proficiency in various general software development skills:
    • Debugging
    • Testing
    • Architecting (macro and micro level)
    • Code organization, commenting, writing generally well-maintainable code
    • Writing good tests
    • Understanding requirements
    • Fulfilling requirements
    • Estimating tasks (micro and macro level)
    • Manage scope and expectations
    • Ability to work as part of a team
    • Ability to learn from others
    • Use of source control software (svn, git)
    • Self-management (green/yellow/red, scheduling and balance of multiple tasks or projects)
    • Awareness and application of best practices
  • Domain knowledge
    • Language constructs, syntax
    • Frameworks, libraries
    • Design patterns
    • Agile and other methodologies
  • Specific skillsets like:
    • Continuous deployment
    • Bug tracking and project management tool
    • Familiarity with specific IDE
  • Involvement and contribution with community:
    • Co-workers
    • OSS project
    • Sharing code on public sites (gists on github, jsfiddles, StackOverflow, a blog)
  • Experience (i.e. Have been in situations where there was the opportunity to face and solve challenges and build some ‘real world’ experience and muscle memory in various aspects of development):
    • Uptime requirements
    • System load/volume (which is related to...)
    • High concurrency
    • Localization and dealing with time zones
    • Network resources, client-server interaction
    • Very large code base
    • Very long term project
    • Very short term project (with significant scope)
    • Maintaining existing code that is poorly factored
    • Backwards compatibility
    • Reworking code behind a defined API
    • Be tasked with or drive the making of design decisions
    • Solving real security issues effectively
    • Ability to recognize both good clean code and bad code (I list this under experience instead of general skills since I think it goes here:)

Hope that helps. As I add to and refine my list I'll update the answer.

Incidentally, here's a good SO Q&A specific to Sr. Web Developer

link|improve this answer
feedback

It is all about the money, read this, find the place where you are, and decide if you are one of them :)

And this question should be community wiki, i believe.

link|improve this answer
feedback

It means that their employer considers them either:

  • more experienced in the technology than their coworkers
  • suitably experienced with a longer tenure than their coworkers
  • paid a salary that puts them in the 'senior developer' bracket

or all of the above.

link|improve this answer
feedback

The age of the developer itself does not make anyone 'Senior'. It may happen that someone is being a 'senior software engineer/developer' and someone else (a little bit older) is just a 'software developer'. The type of interview also should not make any difference. The difference should be experience. I think people usually are being considered as a senior software devs when having 5+ commercial (full-time) experience.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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