Open David-Rushton opened 4 years ago
This API has a number of problems including:
MarkdownContext
ContextBuilder
GetDelimitedTags
Tags
$(article-id)
$(article-title)
The API requires a full review and, probably, a refactor.
This API has a number of problems including:
MarkdownContext
is comprised of several items stored in just one fileMarkdownContext
includes a tag builder. There is a dedicatedContextBuilder
.MarkdownContext
is a complex object for consumers to work with (GetDelimitedTags
is not part of theTags
object for example).$(article-id)
,$(article-title)
, etc).The API requires a full review and, probably, a refactor.