Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 751 Bytes

README.md

File metadata and controls

43 lines (35 loc) · 751 Bytes

55-70 pages translation

Assigned to

  • 이경석/@lee-kyungseok

Mandatory reviewer

  • 김지훈/@ghun2
  • 배지원/@baewang
  • 강영주/@979156

Embedding 55

Declaring fields, NOT Embedding 55

Embedding types 56

Embedded type and Interface 57

Outer and inner type implementing the same interface 58

Exporting 60

Guideline 60

Exported identifier 60

Accessing a value of an unexported identifier 61

Unexported fields from an exported struct 62

Exported types with embedded unexported types 63

Software Design 65

Composition 65

Grouping types 65

Grouping By State 65

Grouping By Behavior 67