|
Posted by Andy Dingley on 02/19/07 12:27
On 17 Feb, 00:47, dorayme <doraymeRidT...@optusnet.com.au> wrote:
> The special case of a need to check
> every id and class is far fetched but interesting.
I work on large projects with large teams. We use Agile techniques and
also practice "shared code ownership". This means that one is usually
working on other peoples' code (actually it means that there isn't any
"other people's code"!). Additionally there's a competency-specific
split between the work people do (Java people do Java, JSP people do
JSP etc.). As my own job is rather centralised and de-specialised, I'm
often trying to integrate these separate efforts.
Part of this work involves a lot of code analysis. I want to see just
what has been going on: if particular sections are using inlined
styles rather than stylesheets, how deep the <table> nesting gets and
if anyone's still using their remaining hand to type <font> tags.
Reporting on use of class or id values, and whether these appear to
correlate between HTML and CSS, is just another part.
Navigation:
[Reply to this message]
|