vote up 12 vote down star
4

I realize that the answer to this question might seem obvious at first(who wouldn't recommend learning more?), however what I am asking is whether it is a good idea to learn concepts on your own when there is a high possibility you will cover it in class in the future. I am specifically referring to concepts covered in classes that are a part of a computer science major.

What should I learn in my spare time which will not conflict with what I will be learning in class? I understand this is a broad question, but any suggestions would be appreciated no matter what area or topic of study they advise.

flag
2  
Thanks everyone who has responded. You guys really answered my question. I can now see that it's not a waste of time if I self-study topics that will be covered in the future. I was worried about it being redundant, but your advice has show me otherwise! – award88 Oct 26 at 13:28
This doesn't look programming-related to me; the question of whether to study things outside of class is common to many fields. – David Thornley Oct 26 at 13:54
@David Thornley, except that the OP is asking for specific recommendations that are specific to the field. – Bob Cross Oct 26 at 14:54

16 Answers

vote up 36 vote down check

Of course it's a good idea. Who cares if you'll learn it in class later? You might get a bit bored in class when you get to it, but you might well be taught the concepts you've already studied from a different perspective. There's never anything wrong with self-driven learning. Ever.

link|flag
9  
Never. Ever. Chances are, if you're interested enough in computer science to study it out of class, when it's covered in again in class, you won't be bored; you'll be making much broader and deeper connections than you would have if you were seeing it for the first time. Imagine if you studied recursion beforehand and then instead of struggling with what recursion is in class, you start realizing the things you could use it for. +1 (million). – Jeremy Powell Oct 26 at 15:32
I certainly did get bored studying things I already knew (studying loops in my first CS course was deathly dull, despite an excellent lecturer), but I definitely understood the things I'd tried to get to grips with myself better having taught myself things and then having had them explained. – Dominic Rodger Oct 26 at 15:45
The one caveat that comes to mind: When sitting the exam keep in mind that the exams may try to evaluate your understanding of the taught concepts. Applying other concepts to exam questions, although potentially solving the problem just as well, may be penalized. – Carsten Dec 1 at 23:43
vote up 10 vote down

This is whats called using your time wisely. Why would it not be a good idea to teach yourself a concept and then later have someone(teacher) to go in more detail.

link|flag
2  
Or even better, teach it from a different angle – Svend Oct 26 at 14:57
vote up 4 vote down

It definitely helps. I used to do this a lot in my high school computer science class. I was the guy who built 3d applications in OpenGL in my spare time and later showed them off in my CS class only to get in trouble for distracting the other students. Perhaps I didn't pick the right time to show off my work, but I can say that learning on my own enhanced and complimented the learning experience from the class.

As good as all of that is, I will say one more thing. Computer science classes teach you a lot of good concepts that you may not learn on your own when doing your own thing. And in fact one mistake I'd make at times was letting my pet projects become a distraction. So there's definitely a balance to be made.

link|flag
vote up 4 vote down

What should I learn in my spare time which will not conflict with what I will be learning in class?

It is always worth learning ahead. If nothing else, when the topics come up in your coursework, there's an excellent chance that your grades will be better. Worst case: at least you'll have seen the vocabulary words before.

However, if you're looking for specific topic recommendations for an undergraduate, here's a very short list that I think is worth your time:

  1. Academic: data structures. Learn about the features and limitations of various types of data structures. How are they implemented (or not) in your favorite toolset? How are they implemented in others? What are the time complexities of the associated algorithms? If you had to write them yourself, how would you go about it? When is a list more useful than a hash table? And so forth.
  2. Practical software engineering: configuration management. What is revision control and why is it important? What is a conflict? How would you resolve one? What if you are working in a group and you and your friend are both making edits to the same file? How would you manage that?

Obviously, there are plenty of other topics worth studying but, based on my time teaching undergraduates and welcoming them into their first job out of school, those are two areas where a lot of them have a hard time.

link|flag
vote up 3 vote down

If there's a conflict then either you or the instructor is wrong. i wouldn't worry about conflicts though. Try and extend your learning to things that interest you.

And the thing to study outside of class? i would say coding. The art of coding. i think many if not most programmers will agree that you don't learn to code in class. You somehow have to do outside of class. On your own, and with peers. Exploring other languages and concepts.

link|flag
1  
Along these lines, get involved in an open source project. This will give you real experience on a large project which is hard to do for a school project. – zooropa Oct 26 at 13:27
@zooropa: i would agree but only for mid to advanced students. This guy sounds a little too nooby to try to tangle on open source. He needs to put some bullets in his belt first. – psasik Oct 26 at 15:19
vote up 2 vote down

The main deficiency in a classroom computer science education is practice communicating in a team environment.

Frankly, on most of my projects the actual coding is the easy part. The hard parts are all about communication - gathering and understanding requirements, coordinating with team members, coping with unexpected changes etc

If you have the time, get involved in an open source project. File bug reports. Submit patches. Discuss new features with experienced members of the project. And learn what it's like to participate in a software development team over time.

link|flag
vote up 2 vote down

"Never let school get in the way of your education." -- Mark Twain.

link|flag
vote up 1 vote down

In general, learning on your own is great! And necessary, really, especially in this field.

I suppose one risk is learning so much of the class material ahead of time and you wind up getting very little out of your classes. You'll be spending most of the rest of your career involved in self-directed learning; your college classes represent a unique time in which you'll be learning under a professor who (hopefully but not always! or even usually...) has a far deeper level of understanding than you.

Another risk is being a know-it-all (in the negative, obnoxious sense) in your classes because you've covered the material already. :)

link|flag
vote up 1 vote down

In my experience, things that you teach yourself stick with you FAR LONGER than the things you'll get out of a lecture or text book.

Ya it's possible to read a book on IIS and get some basic understanding from it but that won't help you when you've stuck a .net 2/3 application in a 1.1 pool and everything is blowing up. The book will likely not prevent you from making this mistake either.

Books and classes are nothing compared to experience. If you're going to spend hours reading about it, why not spend those hours messing with it, breaking it and fixing your mistakes?

Google is the only text book you need. That and maybe StackOverflow :)

link|flag
vote up 1 vote down

Go for it. Learning something on your own is an extremely important life skill. Also, learning something ahead of time will help you ask better questions.

link|flag
vote up 0 vote down

Spending time on learning something twice is not bad at all. If it happens that what you're exposed to in the class is already known to you - no problem, you can deepen understanding - ask more complex questions, inspect problems in greater depth.

link|flag
vote up 0 vote down

Is it OK? Sure! Any work you put in on your own will only help you later on -- at worst you'll get a different perspective on something you'll get taught later anyway. At best you'll gain knowledge that you weren't going to get in class.

Go for it!

link|flag
vote up 0 vote down

You wouldn't advise a parent to stop reading to their child for fear that they'd read before it's covered in school, right? Why would this be any different?

link|flag
That's a very good point and I agree with you. My only concern was of the boredom factor of knowing something and learning it twice. – award88 Oct 26 at 13:31
vote up 0 vote down

"The Disadvantages of High School Programming" has this cautionary note that I think is worth repeating:

those who take programming courses in high school can find themselves at a disadvantage, as they have to unlearn bad programming habits while learning a new and very different language.

Thus, be careful about what you learn as it may have to unlearn it.

link|flag
you should always be humble and prepared to unlearn, no matter how you started. – hapalibashi Oct 26 at 14:46
Cmon. Look at most introductory coding examples in any book, website, etc. and they are all bad examples of how code. Show me an example of "Hello World!" that could be used as a template for a large scale app. You have to start somewhere. – GuinnessFan Oct 26 at 15:40
If one has to unlearn something, why was it a good idea to learn it in the first place? – JB King Oct 26 at 16:31
vote up 0 vote down

As a professor of mine from Grad school says, "[Computer Science] is best learned twice." (he actually says it about math, but it's just as true for really anything complicated I think). The first time you're still getting the idea of where things are going, but the second time you can see the end point, so you can pick up on many more of the details.

However, the cautionary not IS valid. be prepared to fight some bad habits you've picked up, but that's not a reason not to do it...

link|flag
vote up 0 vote down

Never shy away from self-learning. Just don't let it go to your head.

When I was a C.S. professor, I taught 700-800 students intro programming. Many of them had programming in high school.

What they had had in high school kept them ahead of the class for about 6 weeks, during which time they kind of loafed along.

Then, when the class material caught up to them and surpassed them, they were caught off guard, not knowing how to address the material.

The other students, who had not had programming in high school, had learned how to work hard to understand each new concept, and knew how to get help and pace themselves.

So ultimately, the students who had prior programming experience found the class a struggle, and some dropped out.

Make sure that doesn't happen to you. Even if you already know some of the material, behave as if you are learning it fresh.

link|flag

Your Answer

Get an OpenID
or

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