Thanks for the reply. I did find some of these pitches using the search function before I posted, but most of them are for making the super
call a requirement. The pitch here is more similar to @Mustafa_Sabur's Add code to super methods pitch. In there I really like @BigZaphod's override(before)
and override(after)
syntax. It allows for the super
method to be automatically called when desired, but does not make having to do as such a requirement (as there are of course legitimate cases to not call a method's super
version).