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
mrx3
8,742 PointsDo a lot of people use HTML5 Boilerplate for projects?
I've been watching Nicks' responsive web design course, and in the course Nick talks about Boilerplate templates you can download for projects. Do a lot of people use these boilerplates in the real world, and if so is it something I should start to experiment with? I guess I figures most people making websites for a living would makes the websites themselves from scratch, am I wrong in this assumption?
Here's a video I found on YouTube talking about boilerplate: https://www.youtube.com/watch?v=IooAYw-VAxQ
2 Answers
Dino Paškvan
Courses Plus Student 44,108 PointsActually, most people who do this for a living use boilerplates, either open source ones, or ones they've developed themselves along the way. (I know I do. I like writing code I can re-use later on in other projects.)
While being able to build something from scratch certainly indicates you know what you're doing, it's also a waste of time when doing (large) projects. You want to develop as quickly as you can, and that sometimes means using boilerplates, templates, code snippets and so on.
That's one of the differences between learning something and doing something for a living. When you're learning, you want to do everything from scratch just so that you're sure you understand everything. But when it's a job, you just want to be as agile as you can be.
john larson
16,594 PointsI watched part of that you tube video. Looked pretty cool to me. Here, we learn how to do things from scratch. It seems like the "pure" way to do it. But it seems like everything has more stuff behind it. Making an h1 tag doesn't magically make a headline. There's code behind it. I don't know if "professional" developers use boilerplate. But I bet they have their ways of doing things. Seems pretty close to the same thing to me.
john larson
16,594 PointsI guess I would add that knowing how to make a website from scratch will make it easier to turn a boilerplate into what you want
john larson
16,594 Pointsjohn larson
16,594 PointsGood input Dino.