Tag: programming
All the articles with the tag "programming".
-
Reflection in Golang
Learn how reflection works in Go using the reflect package, including Type, Kind, Value, and practical examples.
-
Unified Type System in Scala
Learn how Scala's unified type system works, including the Any, AnyVal, and AnyRef hierarchy and why it provides greater type safety.
-
Composition in Golang
Learn how composition works in Go using struct embedding and interface embedding, and why it is Go's preferred mechanism for code reuse.