Using class-based views effectively February 05, 2010 21:43 / 3 comments

Object-oriented programming stresses the idea of code reuse, through concepts like inheritance and polymorphism. View programming in django can sometimes get a boost from class-based design.