rust-unofficial/patterns

Clarify naming convention of `build()` in section 3.2.1

Aberta

#338 aberto em 10 de jan. de 2023

 (1 comentário) (1 reação) (0 responsável)Shell (292 forks)batch import
A-patternC-clarificationgood first issue

Métricas do repositório

Stars
 (6.622 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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.

Guia do colaborador