Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 223 Bytes

useless-parent-delegation.md

File metadata and controls

7 lines (4 loc) · 223 Bytes

Pattern: Useless parent delegation

Issue: -

Description

Used whenever we can detect that an overridden method is useless, relying on parent or super() delegation to do the same thing as another method from the MRO.