Explore >> Select a destination


You are here

aneesh.mataroa.blog
| | golangtutorials.blogspot.com
1.2 parsecs away

Travel
| | 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
3.2 parsecs away

Travel
| | [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
2.1 parsecs away

Travel
| | 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
23.5 parsecs away

Travel
| In this article I will explain when and how to use huge pages.