Posts Tagged ‘Python_sucks’

August 22nd, 2007

Python considered super harmful (0)

Recently I was again faced with the task of maintaining and debugging someone’s old Python code at work, with classes that make heavy use of super. Little did I realize that super in Python is the product of a madman. This article explains how it “works” (I use the term loosely) in […]

June 21st, 2007

Python (7)

Every time I have to debug, read, or acknowledge the existence of someone’s Python code, I want to punch myself in the face repeatedly until I lose consciousness.