From OOP to Go
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