Where to draw the line between efficiency and practicality
        Posted  
        
            by dclowd9901
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by dclowd9901
        
        
        
        Published on 2010-03-15T18:29:00Z
        Indexed on 
            2010/03/15
            18:39 UTC
        
        
        Read the original article
        Hit count: 303
        
I understand very well the need for websites' front ends to be coded and compressed as much as possible, however, I feel like I have more lax standards than others when it comes to practical applications.
For instance, while I understand why some would, I don't see anything wrong with putting selectors in the <html> or <body> tags on a website with an expected small visitation rate. I would only do this for a cheap website for a small client, because I can't really justify the cost of time otherwise.
So, that said, do you think it's okay to draw a line? Where do you draw yours?
© Stack Overflow or respective owner