Create a Newspaper builder. #8
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#8
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?
A
Newspaper
builder would be in charge of loging in withas well as configuring the
Newspaper
1For now, it is done directly by instaciating the structures, but it should be replaced by a
NewspaperBuilder
.The newspaper builder could be an associated type of
Newspaper
.the configuration structure should be generic so that it can be be retrieved from configuration files. ¿ How to do so ? With a trait ? It may require another issue ↩︎
The builder doesn't have to be generic for all Newspapers yet as there is no use for it yet.
A usecase would be dynamicly adding newspapers from config, but this will be reviewed later.
However, having tools to generate the builder and the implementation of
Newspaper
would be nice. This will be moved to #18