AMamari mecheriinamari.hashnode.dev·Feb 7, 2022 · 12 min readObject-Oriented Programming with Go: inheritance and composition.The context Depending on the problem at hand, Object-Oriented Programming may help improve scalability, readability and also portability. GoSnake was first developed as a challenge in Go. It includes imperative and object-oriented approaches, errors ...00
AMamari mecheriinamari.hashnode.dev·Jan 31, 2022 · 10 min readObject-Oriented Programming with Go: the constructorSince Go (1.17.6) doesn't provide specific Object-Oriented Programming keywords (no class, no constructor), the programmer has to know some of Go bricks and put them together to build Object-Oriented Programming mechanisms with Go. This article aims ...00