Skip to content

fix: make mellea subclass override methods consistent #554

@jakelorocco

Description

@jakelorocco

In python, this is apparently called the template pattern: https://sbcode.net/python/template/.

Whether a function is private (prefixed by _) or public is somewhat orthogonal to this pattern, but we should most likely make sure that all of the functions that should not be overridden are public. Additionally, we should at least mark them with the final decorator.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions