|
You are here |
aneesh.mataroa.blog | ||
| | | | |
golangtutorials.blogspot.com
|
|
| | | | | Other topics in this series - Table of Contents Those of you used to other object oriented languages probably already know what inheritance... | |
| | | | |
coady.github.io
|
|
| | | | | [AI summary] The author critiques the 'composition over inheritance' dogma in Python, arguing that simple subclassing is often more effective and maintainable than complex delegation patterns | |
| | | | |
knight.sc
|
|
| | | | | The Go programming language does not support the concept of inheritance in the traditional object oriented sense. It does allow for type embedding which provides a powerful method for composition. When getting started with Go these patterns are not always obvious. This post provides a short example of how type embedding is used in one of the Go standard library structs. | |
| | | | |
rigtorp.se
|
|
| | | In this article I will explain when and how to use huge pages. | ||