Skip to content

Use GoF Bridge pattern to decouple compiler implementation from its use #19

@ghost

Description

This would

  1. allow for future flexibility
  2. make compiler use easier for tools ( e.g. a maven plugin, or an IDE )
  3. completely hide all compilation details to a user
  4. allow us to work on improved versions / algos without causing breakage to users ( humans or tools )

bridgedcompiler

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions