Shame.css
csswizardry.com
Shame.css
1–10 of 57 posts
Re: Shame.css
#2Re: Shame.css
#3Re: Shame.css
#4You could extend this to a _shame.sass file too, of course.
Re: Shame.css
#5Personally I like it, while some people like putting TODOS in the code (and I do it as well) having a specific cruft file (or shame.css) allows you to put in non-code related stuff and comments at a more over-arching level.
Re: Shame.css
#6This is a really indirect and complicated alternative to putting FIXME comments into the source.
Re: Shame.css
#7This is a really indirect and complicated alternative to putting FIXME comments into the source.
Simple and elegant imho. That said, I wouldn't use something like that in a project without a build step that merge stylesheets together.
Re: Shame.css
#8There was a similar idea floated by Yehuda Katz by putting a "cruft" file in a source-code repository that lists all the crufty things that need to be taken care of. Personally I like it, while some people like putting TODOS in the code (and I do it as well) having a specific cruft file (or shame.css) allows you to put in non-code related stuff and comments at a more over-arching level.