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 trialBrandon Spell
8,603 PointsNot clear...
I love the videos by Hampton, however, I feel this video wasn't clear on exactly what he was doing so that I can apply it to future functions.
2 Answers
Ali M Malik
33,293 PointsI agree, the sass course can vague at times if you don't have a good understanding of programming basics. But it's a good introduction. If you are coming from a design background I suggest you do the introduction to programming course to get a better understanding of how to use variables, conditionals and functions. Another thing that might help is looking at the unsemantic sass documentaion, it's much more comprehensive than the sass-lang documentation and deals with real world applications of most of sass features.
Hope this helps.
Brandon Spell
8,603 PointsAwesome tip! Thank you! Yes, I come from a design background so taking the intro to programming will be beneficial. I've been doing great in each lesson, however the functions were a bit confusing without a general programming background. It may also be a great idea for them to include it on the web design track (which I'm on).
Thanks again!
Ali M Malik
33,293 PointsI agree, it should be included in each track. Understanding the basic programing concepts helps you write better code overall.
Good luck.