refactor: Major simplification in providing implementation types #2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "easier_global_interface"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR is an effort to address #1. It removes all boilerplate
from individual implementation files, and moves it into
a small, fixed section in the single
all.ts
module for eachtype that collects up all of the implementations relating
to that type.