up vote 52 down vote favorite
34
share [g+] share [fb]

As someone that will be applying for jobs in the near (immediate) future, I'd like to get some perspective on the differences between academia and the software industry. As I've never taken an internship all I've known are school and personal projects.

What is the biggest difference between college and the "real" world? What surprised you the most when you got out? Is there anything you wish you'd have known?

link|improve this question
show 3 more comments
feedback

closed as off topic by Jeremy Banks, ChrisF, jrturton, Lord Torgamus, John Saunders Jan 24 at 18:38

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

37 Answers

1 2

I did an overview of a company one day. I walked in, got to sit in and watch how things worked and the like. I was completely astonished at the amount of meetings that the staff was forced to attend. Some were legitimate "hit the panic button, the build just broke" meetings...but it still surprised me.

link|improve this answer
3  
Huh, you think broken builds need meetings? The last thing you want to do when the build breaks is panic, a meeting or the worst kind: a panic meeting. – steffenj Oct 18 '08 at 14:54
feedback

I remember quite clearly (from 1993!) that what surprised me the most was that all these professional-looking people were taking the creation of software seriously. While I was at Uni, it all seemed like play; now, in the real world, the code I'd write would be part of something that people were paying money for.

link|improve this answer
feedback

In college you could still get most of the marks from a program that didn't do anything special, e.g. if you wrote just the error-handling part of the program and not one more line than that you could pass an assignment, whereas in the real world this gets you beyond nowhere as some will say, "Duh, no user will put in the wrong values for your program!" which isn't totally right of course.

One surprising point is how short most code can be. Only a half dozen lines of real logic are needed in lots of cases as the rules tend to be very simple, at least I've found.

I wish I had known more about what kinds of working environments there were and what kinds of software development methodologies are out there in the real world as when I was in university there was Waterfall and that was it.

link|improve this answer
feedback

Once I had to start working at it full time everyday I just didn't enjoy it, or could stay sane, any more. Burnout became a chronic condition. That is more my reaction to it than the industry itself, but I hadn't really imagined what working in the industry was really like in everyday terms.

link|improve this answer
feedback

The ability to start something from ... apply the latest and the greatest, then STILL muck it up by generating a nondocumented, 400 PHP files buggy monster which by no means can be managed by one person alone.

That or the coding standards disparity. I guess since in college everyone is going by what is taught, then there's not much divergence. Out there, you'll find a coder which uses all caps variables then the next which underscores everything... one which makes an all-in-one page or one which makes a PHP document for the most banal of functions.

link|improve this answer
feedback

Unless you were lucky enough to find a serious software company, be prepared to work with a bunch of business-major programming hobbyists. I'm not implying anything good here. They generally are clueless and do things just to get them done. So, you end up with a terribly designed codebase and there is no better candidate than someone right out of college to be responsible for maintaining this mess. If you do happen to be at a place like this, try not to stick around for longer than 1/2 years. It'll probably be blatantly boring, monotonous work that doesn't have anything new to offer anyway.

If you were lucky enough to find a serious software company, get ready to learn things you should have learned at school but didn't because schools are stuck in theories and software engineering ideals that rarely apply anywhere but in schools.

Finally, get ready to keep up with technology. It's changing faster than you can blink. Consider starting a blog where you can document material pertaining to your profession including issues you run across, design decisions, keynotes on new technology that you find interesting. Not only is it useful to use it as your personal knowledge base, you also help out your community of developers. Consider contributing to an open source project. That stuff makes your resume look pretty. Employers love people who love their profession so much they're willing to work on projects on their time off.

Best of luck ;)

link|improve this answer
feedback

How hard it is to find a good mentor ...

When I went to my first job, I just copied what was in place, and I copied what the senior developer did. I figured all programming was the same and that everyone did it this way. Then I moved to another job where I was the most experienced .NET and Web developer. I was learning nothing, and only having 4 years experience, I was being asked to mentor other people. I finally found a job where I have 3 (actually 5 - 2 business side, 3 programming) mentors that have taught me more in 2 months than I have learned in 4.5 years as a programmer. This leads me to the next item:

Finding the right programming job is very hard

Coming out of college, all I wanted to do was program. I didn't care what it was, I wanted to do it. This was until I realized how much I loved to do web programming. After 4 years "on the job", I realized I didn't want to do Windows programming anymore, I wanted to do web programming. I then realized the place I was working at was HORRIBLE. I absolutely LOVE my new job, I absolutely HATED my old one. It only took me about 1 year of looking to find this job, but I am so glad I waited for the right one.

link|improve this answer
feedback
1 2

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