PyCon 2012

Programming Talks tagged with: "PyCon 2012"

Stop Writing Classes

Jack Diederich
28 minutes
Stop Writing ClassesClasses are great but they are also overused. This talk will describe examples of class overuse taken from real world code and refactor the unnecessary classes, exceptions, and modules out of them. ...