-
Notifications
You must be signed in to change notification settings - Fork 406
Open
Labels
A-patternArea: Content about PatternsArea: Content about PatternsC-clarificationCategory: Content that clarifies existing contentCategory: Content that clarifies existing contentgood first issueGood for newcomersGood for newcomers
Description
The current builder design pattern implies that the method the produces whatever is being built should be named build(), which seems to contradict the Rust API Guidelines on the same subject.
I think there should be some clarifying language around this: whether the method should always be named build(), or be adapted to fit the API.
marcoieni
Metadata
Metadata
Assignees
Labels
A-patternArea: Content about PatternsArea: Content about PatternsC-clarificationCategory: Content that clarifies existing contentCategory: Content that clarifies existing contentgood first issueGood for newcomersGood for newcomers