I See Dead Code

… as sounding brass, or a tinkling cymbal.

I See Dead Code header image 4

Code Grabbing

May 31st, 2007 · No Comments

On my last day on the old project, I just ran some statistics over the code. Over nine months, I’ve touched 494 of 513 source files in our project at least once, which is 96.3%. All the automatic refactorings in Eclipse have made this all too easy.

[Read more →]

Tags: lang:en · programming · work

XML parsers? But I know regular expressions…

May 31st, 2007 · No Comments

Dear Wordpress Developers, I won’t even explain to you what is wrong with this statement above.
CDATA and Doubly-Escaped Entities
So let’s see. In theory, the XML snippets
<bla><![CDATA[&auml;]]></bla>
and
<bla>&amp;auml;</bla>
represent the same DOM tree.
In order to see that this is actually true, one can use the Swiss Army Knife of XML handling, xmllint, to convert an XML file to [...]

[Read more →]

Tags: lang:en · programming · rant