<?xml version="1.0" encoding="UTF-8"?>
<feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom">
  <title>Kirk Bushell - DRY CSS Comments</title>
  <id>tag:kirkbushell.com,2010:/articles/dry-css/comments</id>
  <generator uri="http://mephistoblog.com" version="0.8.0">Mephisto Drax</generator>
  <link href="http://kirkbushell.com/articles/dry-css/comments.xml" rel="self" type="application/atom+xml"/>
  <link href="/articles/dry-css" rel="alternate" type="text/html"/>
  <updated>2009-01-07T18:27:17Z</updated>
  <entry xml:base="http://kirkbushell.com/">
    <author>
      <name>Jeroen Haijen</name>
    </author>
    <id>tag:kirkbushell.com,2008-10-23:2:33</id>
    <published>2009-01-07T18:27:17Z</published>
    <updated>2009-01-07T18:27:17Z</updated>
    <category term="Blog"/>
    <link href="http://kirkbushell.com/articles/dry-css" rel="alternate" type="text/html"/>
    <title>Comment on 'DRY CSS' by Jeroen Haijen</title>
<content type="html">With this example you were thinking in circles. From the first code it was obvious that left and right where to be put together. Unfortunately CSS is not made to run DRY. Although it is a good idea and effort to check and make it more dry.

Perhaps you should think about naming the left and right banner 'side' banners. (you can still ID them left and right if wished)

Thinking what DRYness is to me (in that order):
- nicer looking code
- easier to maintain
- coding quicker

Personally I prefer my CSS to be more explanatory/beter looking/easier to maintain than running it DRY because it would conflict with the reasons to run DRY.

Anyway, it's a good thinking exercise and makes you think about CSS

Thanks</content>  </entry>
  <entry xml:base="http://kirkbushell.com/">
    <author>
      <name>Terry Haayema</name>
    </author>
    <id>tag:kirkbushell.com,2008-10-23:2:16</id>
    <published>2008-11-25T22:31:50Z</published>
    <updated>2008-11-25T22:31:50Z</updated>
    <category term="Blog"/>
    <link href="http://kirkbushell.com/articles/dry-css" rel="alternate" type="text/html"/>
    <title>Comment on 'DRY CSS' by Terry Haayema</title>
<content type="html">DRYness is a good goal, but maintainability can be an important aspect of CSS development as well.

If the CSS gets too dry and there are multiple references to the same class names, it can be hard to identify where a change should be made, especially if it will be handed to another developer to maintain once finished.</content>  </entry>
</feed>
