Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

I just want to make sure I'm on the right track with the method I'm using to learn.

It is normal for persons to go back and re-watch courses? Or should I just move on and hope that I grasp the concepts later on?

Want some help? Post your code or a link to your code, maybe people can help.

2 Answers

There's not a clear answer that will work for everyone, and ultimately you have to figure out for yourself how much you know and whether you're comfortable with that. I used to work with a programmer who would always tell me about the importance of "exposure." That is to say that even if you don't 100% understand the concepts, it's still important to keep watching the material or trying to learn it. It seems crazy, but one day it will absolutely click and you will wonder why you didn't understand it sooner.

Thank you. I'm currently learning CSS, and although I'm familiar with the basic concepts when I try to apply those basics to a personal project, the project's layout isn't what I want it to be.

Lesley Bulbeck
Lesley Bulbeck
1,583 Points

Hi Javana,

An interesting question. There's a couple of things I've come across that might help.

About how we learn, and whether information will 'stick' or not This free online course Learning How To Learn on Coursera is invaluable. You will find the answer to your question in the descriptions about 'chunking', where the brain has to learn several chunks of information before it can finally assemble them together for the 'aha! I get it!' moment.

About learning CSS There's a lot to learn to get things looking how you want them. It's mainly due to the fact that stylesheets cascade, so properties overwrite one another. For example, if you have yet to learn about normalize.css you will not get things looking like you want them in a browser. Basics just aren't enough.