I write code and talk about writing code

From OOP to Go

Posted on Oct 13, 2022 @ CNCF

Picking up Go after mastering OOP languages often leads to common yet avoidable mistakes. The question is - how can we avoid them?

Taking the example of inheritance, we will discuss how our process of thought needs to change when developing programs in Go compared to OOP languages.

Video