builder for Config #42
Labels
No Label
ci
priority
critical
priority
high
priority
low
status
abandonned
status
accepted
status
help_wanted
status
in_progress
status
refused
status
review_needed
type
bug
type
discussion
type
enhancement
type
question
type
refactor
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: poc/crieur#42
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
It would be nice to have a builder for self_contained_html config.
It could be used with something like
What could also be nice is to use a trait for each builder function argument. It could allow to provide free
&[T]
trait implementation if trait is implemented forT
.It would add complexity, but it could make it easier to refactor, or to publicly expose.
question is there a better naming than
self_contained::config()
?question if using traits for arguments, what functions should the trait provide ? (and how would it be compatible with the function refactor)