Upgrade to Pro — share decks privately, control downloads, hide ads and more …

クリーンアーキテクチャ をGoでする場合に不要な Interfaceは消しやがれ

クリーンアーキテクチャ をGoでする場合に不要な Interfaceは消しやがれ

6月17日に行われたNEWDEBUG!!!!で発表した史料です。
https://caspur.wintu.dev/front/lives/264

garebare

June 17, 2022
Tweet

More Decks by garebare

Other Decks in Programming

Transcript

  1. 実装例 type Hoge struct { … } type HogeUsecase struct

    { … } type HogeRepository struct { …. } type Hoge Controller struct { … }