-
-
Notifications
You must be signed in to change notification settings - Fork 0
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Milestone
Description
I'd like to draw inspiration from how Svelte does it internally.
My research on how they do it
- For each module, there's one extended class of
Error- example - There's also one internal function wrapper
ewhich allows more ergonomic instantiation of a new class from function parameters - example - For each possible kind of error, they create a function whose name is used to fill the message template from markdown file. There's a reference between function name and heading name markdown - example
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request