Hi my name is Andrew I make websites and stuff

Should Designers Code?

3 comments

Aww, thanks!

2 people have a thing for this post.

Should Designers Code?

Filed Under:

  1. CSS
  2. Design
  3. HTML

A couple of days ago Elliot Jay Stocks posted a tweet about his feelings on web designers who can’t write code. Since then, the web design community has erupted into a debate on whether or not designers should be able to code. I can see valid points on both sides of the argument and I must admit I’m not totally sure where I stand on this subject.

There’s one part of Elliot’s argument that really stuck out in my mind. In his blog post on the subject, Mr. Stocks wrote the following:

That’s right: writing HTML and CSS is so easy, that there’s actually no excuse not to learn how.

Is Writing Good Code Easy?

This is where I start to differ with Elliot. I’ll admit that writing HTML and CSS is pretty easy, but in the same way that drawing a picture is easy. It’s one thing to do it, but it’s a completely different thing to actually do it well. Just because I can put a pen to a piece of paper, that doesn’t mean I’m a good illustrator. The same thing goes for writing code — just because you can write code, doesn’t mean you are necessarily good at it. Writing good code takes skill. There’s an art & science to writing CSS and writing semantic HTML can take a lot of thought.

Sure, anybody can learn HTML and CSS and put a site together. But in my opinion it takes dedication and determination to write well thought out, semantic HTML and then style that with well formatted CSS. I’ve only been working in the web industry for less than a year, but in my time on the job I have come across some pretty poorly written code. I’ve seen paragraph tags used as horizontal rules (they were even given the class “hr”). I’ve seen secondary content put before primary content in HTML simply because the secondary content appears on the left in the design. And I’ve certainly seen things like paragraphs and spans being used when ordered or unordered lists would make more sense semantically.

To me, the argument shouldn’t be so much about whether or not someone who designs a site knows how to write the code to construct it. Instead, we should worry about how well the code is actually written. If a designer knows how to write some HTML and a little bit of CSS but there is a developer who can do a better job and who can write code that makes more sense, the developer should write the code.

Where I Agree

Don’t get me wrong. I love Elliot’s work. I’m a big fan of his and enjoy reading his books and blog and I’m really excited to see what he has in store with his upcoming 8 Faces project. I’ve only glanced at his code, but it looks great. And I agreed with every point that Mike Kus made in his recent post on Carsonified’s blog. I think it’s really important for designers to know (or at least have a strong understanding of) code. There’s no way that learning to write HTML and CSS could hurt a designer’s potential, so there really is no excuse not to do it.

Closing Thoughts

I have to admit, I find it pretty surprising that a lot of people who design for the web don’t know how to actually implement their designs. Part of me (okay most of me) thinks that if you’re involved in designing the front end of a site and you have a passion for your craft, you would logically have a desire to know how to build what you designed. But if you’re a designer and you decide that you’re going to start learning how to code, you should learn it well. Don’t just learn enough to get by (believe me, that was how I first started out learning and code can get really ugly really fast). If you want to start writing HTML you should strive for the cleanest, most semantic code you can write.

Here’s some stuff people said.

  1. At Cliff Wegner said:
    Cliff Wegner's avatar

    Web designers need to know code - but, not necessarily how to code. They need to know what/where/why things are coded and the process in which it all comes together. They need to know the use, the user and the future usage of the site being designed. It’s awesome when designers can code - and like you said, code well - but not a necessity to be a great web designer. A team made of up designers who know and respect development, and developers who know and respect design is a successful team.

    (In the argument of web designers need to know how to code, should the same be said for web developers - that they must know how to design in order to develop? Interesting thought.)

    Also, this topic also extends into why graphic/print designers and agencies are not web designers. They don’t know the what/where/why of code. In the same way they can’t sculpt stone, they can’t design for the web.

    FYI… http://twitter.com/danrubin/status/9249769225

  2. At Andrew said:
    Andrew's avatar

    Good point. I think it’s really important for designers to know how things are going to be developed so that they know what can and cannot be done.

    Really, my feeling is that if a designer doesn’t know how to code as well as someone else on their team can, then they shouldn’t be coding. It’s more important to have the design and the code be the best quality that it can be than to have a designer who can also build their designs.

  3. At IMRAN said:
    IMRAN's avatar

    i love u

Say what you need to say.

  1. Do Don’t