Archive

Posts Tagged ‘ur doin it wrong’

How not to name variables

June 13th, 2009 No comments

This is is a Python line of code which I found in my project I work with two colleagues:

for mid, mda, xmht, xmat, mhs, mas, mehs, meas, mphs, mpas, mrou in q:
    # ....

No comments.