Archive for February 17th, 2009

17th February
2009
written by adam

Code should be readable.

Recently, I had to make some changes to some XML that had been written in a Django template.  To avoid the xml being rendered by the browser as HTML, the code had been manually escaped, thus making the code rather unreadable.

(more…)