Software As She’s Developed

Mahemoff’s Podcast/Blog - Web, Programming, Usabilty from the Author of ‘Ajax Design Patterns’ (AjaxPatterns.org)

Software As She’s Developed header image 4

CSS Coding Style and the Unbearable Tendency for People to Adore Whitespace in their Source Code

October 22nd, 2007 · 7 Comments

CSS coding style doesn't get a lot of play. Most people are happy to stick with the convention of one property per line, like this: PLAIN TEXTCSS: #score {   background: yellow;   width: 12em;   border: 1px solid orange   padding: 2em;   margin: 3em 0;   display: none; } I, for one, can't stand that style. I'm heavily biased towards information-dense coding [...]

[Read more →]

Tags: SoftwareDev