your stuffs

search

badges

RSS Feed Atom feed check my xhtml check my css spread firefox made by pobk A Django powered site

legal schpeil

Creative Commons License
This work is licensed under a Creative Commons Attribution - NonCommercial - ShareAlike 2.0 License.

blog archive for Friday February 1st2008

Friday February 1 February 2008

Are you a Python Developer?

Messy or not-messy?

Something that really fucks me off about some developers is their code. Some people just don’t know how to write readable code, and it’s these fuckwits that I’m bitching about today.

Yes, you know who you are… You’re the kind of fuckwit that does things like this:

self.name,self.namespace,self.attrs,self.data,self.kids,self.parent = node.name,node.namespace,{},[],[],node.parent

and

if something: return self.method(arg1, arg2, arg3).method(arg4, arg5, arg6)[:self.method(arg1, arg2, arg3).anotherMethod(X, Y, Z)]

(I kid you not on that)

I mean really ...

Posted by Richard on Fri February 8th 2008 at 1:48 p.m. | comment |