Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 452 Bytes

2023-04-12-601.md

File metadata and controls

9 lines (8 loc) · 452 Bytes
title date tags layout telegram_id
Type embedding: Golang's fake inheritance
2023-04-12 08:13:01 -0700
golang
post
601

📝 Type embedding: Golang's fake inheritance is a great beginner-friendly blog post about inheritance in Go. It shows how it's different from OOP, what's good and bad about it, how it plays with interfaces, and how (not) to shoot yourself in a foot.