rust-unofficial/patterns

Add "Use Self in impl" idiom

Open

#145 opened on Jan 3, 2021

View on GitHub
 (8 comments) (0 reactions) (0 assignees)Shell (6,622 stars) (292 forks)batch import
A-idiomC-additionE-help wantedgood first issue

Description

Idea from #61 Should we add an idiom that suggest to use Self inside impl? See the PR above for an example.

  • Disadvantages: readability
  • Advantages: refactoring

Contributor guide