>>99262469Can someone explain 'call super'? Super is a fundamental part of OOP in most languages, surely this is not suggesting you never use it? You can't write DRY code and simultaneously use an object model with subclasses without either super or replacing super with private methods that serve the same purpose. I don't really understand exactly where super is bad, although I know i've used libraries where it sucks. Doesn't Qt require you to call super all over the place?