Hacker News new | ask | show | jobs
by svnsets 3379 days ago
To be honest, I didn't find the extra "things" that my university taught outside of my Computer Science program to be of value. I took two public speaking classes, multiple business courses, and plenty of other general education courses. You can sit in a classroom for years and learn theoretical ways to be better at public speaking or how to grow a business, but that won't make you a good public speaker or successful entrepreneur. The experience of running a business or speaking in front of a large crowd is what will force you to improve those skills. If you never have to run a business or speak in front of a large crowd, then those theories are quite useless.

The issue I have with the requirement of a college degree that so many companies impose is that the degree proves nothing other than that the applicant can go through a long drawn-out process of getting a degree. It says nothing of their competency. I've interviewed multiple candidates for software engineering roles that had a bachelors or masters degrees in Computer Science, and more often than not, they can talk for hours about theories behind programming concepts or data structures, but when given a fairly trivial coding challenge, they fall flat on their face. When I graduated college, I was one of those people, but luckily I recognized that quickly and spent countless hours learning new languages and frameworks until I felt I could build a fully functional piece of software by myself.

In my experience, I often prefer candidates straight out of a short vocational computer science program or self-taught programmers to work on my team. Going 4+ years before actually putting concepts into practice is way too long. There are plenty of unaccredited programs that only take a few months and often churn out much more competent candidates than a four year uni program.

tl;dr: People spend way to much time talking about doing things rather than doing things.

2 comments

On the flip side, I've met a lot of programmers who decide to install Mongo or Redis to solve some data storage problem, and that works okay for a while, but they never stop and think what kind of data they actually have, how they're going to commonly access it, or what kind of trade-offs they're willing to make. This causes problems down the line (currently dealing with some right now) that could have been avoided entirely with a little theory.

I would argue that a bachelors or masters in computer science was not designed to produce programmers, in the same way that a degree in physics doesn't let you start building bridges. On the other, it's also hard to build bridges without physics.

>To be honest, I didn't find the extra "things" that my university taught outside of my Computer Science program to be of value. I took two public speaking classes, multiple business courses, and plenty of other general education courses.

I don't think you would get great values in those public speaking and business classes. I personally agree that people who want to do those things better just start doing it (although, the article tells a different story about the cook). Introductory science courses (which I would otherwise not being able to learn on my own) were certainly worth the price I paid for. I was in a public university and those 3-credit hours courses used to cost me about 800 USD per. There are not many other things that I could better spend my money - I think those are of great value (Although the MOOCs have shown that the price point for really good basic education could be set much lower, but with some trade-offs.)

>Introductory science courses (which I would otherwise not being able to learn on my own) were certainly worth the price I paid for.

Out of curiosity, why do you think you would not be able to learn introductory science without spending $800 on a uni course?

The other day a person asked on HN - he stated he taught himself to program, but feel insecure because he feel he can never be a legitimate programmer, he even doesn't know how to deal with pointers. I find myself the same way before I went to college -- I tried to program in Pascal with a college level textbook and couldn't gasp the idea of pointers. Not until college do I understand what pointers are -- after only 5 minutes of lecture from my professor.

I had a lot of a-ha moments in college like that. That is to say, the example above is for something I knew that I didn't know, there were many a-ha of something I didn't know I didn't know. Science courses are often dense and not everyone can easily gasp ideas in the textbooks or online resources without help. I wouldn't know to look up and study chaos theory, game theory, and many other interesting ideas without a primer in college. Plus, being able to interact and ask and see as things progress when the professor explains the problem is quite worth the money to me. Again, MOOC can provide some of those, but with trade-offs (I can't interrupt the professor to ask something everyone understands, but I don't). MOOC was not an option when I went to college though.