πŸ“‰
The Ultimate Go Study Guide
  • "The Ultimate Go Study Guide" ν•œκΈ€ λ²ˆμ—­ ν”„λ‘œμ νŠΈ
  • Table of Contents
    • table-of-contents-eng
  • 5-20 pages translation
    • μ„œλ¬Έ
  • 20-37 pages translation
    • 데이터 ꡬ쑰(Data Structures)
  • 37-55 pages translation
    • λ””μ»€ν”Œλ§
  • 55-70 pages translation
    • 55-70
  • 70-89 pages translation
    • λ””μ»€ν”Œλ§
  • 89-101 pages translation
    • 89-101
  • 101-114 pages translation
    • μ—λŸ¬ 처리
  • 114-128 pages translation
    • λ™μ‹œμ„±
  • 128-139 pages translation
    • μžμ› 경쟁(Data race)
  • 139-164 pages translation
    • 채널
  • 164-173 pages translation
    • Patterns
  • 173-191 pages translation
    • ν…ŒμŠ€νŒ… & ν”„λ‘œνŒŒμΌλ§
  • 191-199 pages translation
    • 191-199
  • Assignment table
Powered by GitBook
On this page
  • Software Design 65
  • Composition 65

Was this helpful?

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

Previousλ””μ»€ν”Œλ§Next55-70

Last updated 4 years ago

Was this helpful?