deno_std icon indicating copy to clipboard operation
deno_std copied to clipboard

(log): rename `BaseHandler` to `Handler`

Open timreichen opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe.

The name prefix Base is used as an indicator to not create instances of the class but use it as a parent class. It is still possible to create instances though.

Describe the solution you'd like

We should rename the class to Handler and turn it into an abstract class.

Describe alternatives you've considered

Leave as is.

timreichen avatar Aug 02 '24 08:08 timreichen