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

I am trying to get a handle on the skills gap between software development graduates and the requirements of real world software development companies. What are the top three skills that you have found graduates tend to lack and need to be taught or acquire in your experience?

link|improve this question
Duplicate, just worded a little differently stackoverflow.com/questions/258548/… – amischiefr Sep 17 '09 at 17:35
feedback

17 Answers

up vote 10 down vote accepted
  1. Soft and communication skills
  2. Pragmatic approach
  3. Team work ability
  4. Ability to think as a customer who is not technology-proficient
  5. Ability/willingness to think of costs/benefits and ROI
  6. Ability to think strategically: architecture, extensibility, later maintenance efforts, code quality do matter
  7. Ability to think of non-technical aspects of software, UI, usability, user psychology etc.
  8. Openness to accept that university teachings may have little to nothing to do with real world. Understanding that the learning process never ends. Readiness to constantly learn and better oneself.
link|improve this answer
Top 3, isn't it ? – e-satis Sep 17 '09 at 12:11
This is a Douglas Adams style trilogy. – JasonTrue Sep 17 '09 at 16:17
"soft skills"? What are they – Pod Sep 17 '09 at 17:19
feedback

Version control.

link|improve this answer
4  
A lot of my classmates used Ctrl+Z as their version control. – Matthew Jones Sep 17 '09 at 17:30
when I didnt have 'real' version control available, I'd start my session with mv source.cpp source.cpp.<date>. Simple - but better than nothing :) – warren Sep 18 '09 at 5:37
I know it is embarrassing..I didn't know what version control is until I started coding professionally – Naveen Sep 23 '09 at 11:44
feedback
  • The code smell sense
  • A pragmatic approach
  • Unit testing experience
  • Big project experience (more than one developer)
  • SCM system experience
  • Afraid to ask questions
  • Documentation
  • Coding guidelines
  • ...

Just a few that I notice

link|improve this answer
3  
"Big project experience (more than one developer)" - will it count if a programmer has developed multiple personalities? – Developer Art Sep 17 '09 at 10:46
Actually could be useful. But what I am talking about is that the developer can function in a goal oriented team. – Dejan Sep 18 '09 at 14:19
feedback

IMHO just one: Real world experience.

link|improve this answer
feedback

How to talk to women.

link|improve this answer
3  
Genius,..but you make the assumption it's not a female graduate! – Stimul8d Sep 17 '09 at 10:55
Actually most men don't. This is not a computer scientist sutff, and has nothing to do with age. – e-satis Sep 17 '09 at 10:56
Interesting: I think that's more of a stereotypical geek thing than a developer/graduate deficiency, I for one was much more sucessful in that department than either of the civil engineers I lived with at university, and I bet a good proportion of the people on this site had similar experiences. – Ed Woodcock Sep 17 '09 at 11:02
1  
Sadly, that is a skill not needed in most IT jobs. – Larry Watanabe Sep 17 '09 at 15:45
feedback
  • Listening.
  • Not taking himself / his code too seriously.
  • Just doing it.
link|improve this answer
feedback

I can give you my top one:

  • Not understanding they don't know anything yet. It often takes quite a while to realise that the degree just taught you a way of thinking and didn't actually teach you any of the knowledge you need to know.
link|improve this answer
feedback

Understanding the difference between what people say they want, and what they really want.

link|improve this answer
feedback

In addition to @New in town's comments, or maybe to edit point 2:

  1. Communication skills
  2. Everything you learned in school was great: now here's how the world ACTUALLY works
  3. Teamwork
link|improve this answer
1 and 2 are too general to be useful ... – reinierpost Sep 17 '09 at 10:32
I disagree - the lack of communication skills on the part of pretty much all techies I've run into coming out of college is scary – warren Sep 17 '09 at 11:40
feedback

Knowing how to name things (variables/methods), testing, documentation.

link|improve this answer
feedback
  1. Should Understand the requirements exactly
  2. Should find out the code
  3. Should couple the existing codes to deliver the solutions
link|improve this answer
feedback
  • basic experience
  • advanced experience
  • long-term experience
link|improve this answer
feedback

That would really depend on the graduate.

Most gradudates do leave University without sufficient experience, and so lack even basic software development (notice I didn't say coding) skills.

However, some graduates, those who have coding jobs outside of university, or who took a year out in industry, should not be grouped into the same category, I for one found that even with a year's experience recruitment consultants assumed complete lack of ability, simply after hearing the word graduate.

This kind of question only serves to reinforce this rather odd assumption, so perhaps a better question is "What are the top three most important skills inexperienced software developers tend to be missing?"

link|improve this answer
feedback

These would be my choice of 3 that graduates probably don't realize they really need:

  • Adaptability - If we do it this way this week and that way that week, how well would you accept that? Do you understand how our methodology will likely change so that what you understand now and in 6 months will probably change a lot?

  • Communication - How well can you ask for expectations and agree on what you'll do so that we both understand what is to be done.

  • Humility - You do realize there are millions of programmers around the world and that you probably aren't that special, yes?

link|improve this answer
feedback

New graduates tend to forgot that most important things in software development is time, cost and risk. They rather go for an easy method increasing risk and maintenance time or overuse design patters or OO methods increasing time and cost.

link|improve this answer
feedback

I always feel lucky in the interviews when he (or she) shows the ability to organize his daily work.

link|improve this answer
feedback

Besides Version control, Putting Run-time Settings in Config and Properties files.

Interns never do this until you tell them to.

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.