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

CSS

How should I fix my old project (media queries/css) for employment purposes?

So, I've worked on a simple website and put all of what I study into it. I KNOW my workflow is much faster and professional than what this website has taken me to build. Now that I've looked back and tried to implement some more professional workflows, I see how cluttered my process was.

Media queries tangle the main styles up, so I can't maintain it very easily. The queries is a huge list of elements. It would take me a while to untangle my mess.

Is it better to publish it as is (an ugly mess), and work on another project to show progress to future employers, or is it better to sharpen and hone every project?

2 Answers

In my opinion, you should refractor your css, it will be beneficial in the future. I would suggest learning SASS if you haven't yet, it will make organizing your css easier.

I'm currently working on my portfolio, which I think is sub-par in comparison to my peers. Because my aim is to obtain employment in the field, I have published that which I have and will add new works as they come.

By doing this, I hope that I am able to illustrate my professional growth over time, which may or may not be beneficial, but you never know when someone will ask you, 'Can I see you work?" I believe that something is better than nothing. Just go for it and keep chasing your dream mryoung