> On 26 Jun 2019, at 08:16, Marcus Denker <[email protected]> wrote:
>
> Hi,
>
> I have started again to do one absolutely trivial improvement every week-day.
>
Trivial improvement of the day:
simplify #allSelectorsInProtocol:
https://github.com/pharo-project/pharo/pull/3647
review needed. This is an example that an improvement can be useful even though
“one could do even better”.
e.g. why has this method the name allSelectorsInProtocol: but takes a
string/symbol? good question, but we can
improve that method nevertheless.
Trivial thing to do for someone else:
#zapAllMethods can be removed
https://github.com/pharo-project/pharo/issues/3656
zapAllMethods was a private methods used by the "we remove all methods when a
class gets obsoleted". We do not delete methods anymore in this case --> method
can be removed
Marcus