Make API more resilient to change by using Builder Pattern #87
Labels
C-enhancement
Category: enhancement
M-breaking-change
Meta: Implementing or merging this will introduce a breaking change
Currently, the API directly initializes structs. This makes it harder to evolve the API. We should switch to the builder pattern for creating snippets.
The text was updated successfully, but these errors were encountered: