Let’s start with the idea that code is design by itself - in some way. It needs to be organized, optimized, and above all it needs to have a decent and uncomplicated browsing layout.
The following technique I only started to work with on recent client works and realized it was the best method for me to code large CSS and XHTML files in order to keep them organized and easily managed anytime needed. Because as well all know – it’s never fun to search for a particular selector in such big mess.
The following technique I only started to work with on recent client works and realized it was the best method for me to code large CSS and XHTML files in order to keep them organized and easily managed anytime needed. Because as well all know – it’s never fun to search for a particular selector in such big mess.




Comments
As someone who codes, I've changed certain ways about how I write HTML & CSS from time to time, so seeing other perspectives allows me to see if something might work better. Good article!