bouvyd’s avatarbouvyd’s Twitter Archive—№ 880

  1. …in reply to @reis_pt
    @reis_pt I don't see the benefit, besides homogeneity. Inheriting controllers is less frequent than models, and it's a simple inheritance model (not inherits magic and whatnot). I think using python inheritance makes more sense, stay pythonic when you can...