Skip to content

DX Improvement in base class API - exposed to concrete implementations. #37

Description

@ndobromirov

Currently there are the 2 monolithic methods:

  1. send - does rendering + delivery and post-processing. Proposed solution - factor out the rendering
  2. postSend does 3 things: Decides to save or not, handles saving / or not of the rendered output to fields, saves the message if deemed so. proposed solution - move each action in a designated method that could be customized by ancestors (custom plug-ins).

POC can be seen here #36

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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