Skip to content

Monthly Archives: September 2004

Why Your Code Sucks

Your code sucks if it doesn’t work.Your code sucks if it isn’t testable.Your code sucks if it’s hard to read.Your code sucks if it’s not understandable.Your code sucks if it dogmatically conforms to a trendy framework at the cost of following good design/implimentation practices.Your code sucks if it has duplication.must read: http://www.artima.com/weblogs/viewpost.jsp?thread=71730

nevow pastebin, the final episode

Yeah, I added a global cache to speed up pasting rendering (it speeds up the whole thing a lot, see the rendering times at the bottom of each page). Now also the whole web app validates (it was a nevow’s fault, but with a literally one line patch that I’ve written the problem is fixed). [...]