This repository was archived by the owner on Aug 31, 2023. It is now read-only.
Abstract functions to DRY the code #10
Labels
blocked
This issue is currently blocked by another issue
enhancement
New feature or request
wontfix
This will not be worked on
Suggestion
Use functions to create the functions exposed as public API.
Benefit
This allows the code to be DRY. Currently there are a lot of
function … { if (…) { throw new Error(…); } }
.This suggestion is unique
You may use the editor below to elaborate further.
Currently these functions are not properly documented by
api-documenter
. Therefore this issue is blocked by esdmr/template#52.The text was updated successfully, but these errors were encountered: