I write code and talk about writing code

From OOP to Go

Posted on Jul 31, 2022 @ GopherCon EU

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