All Questions
2 questions
1vote
1answer
73views
Simulating pod racing over a 2D map : am I implementing OOP in a GO-like fashion?
I'm learning Go and I wrote this for a programming challenge. It is working (building and running) but I feel the code is not what Go code should be. I used an OOP design. Is it correctly implemented ...
3votes
0answers
105views
Writing Go object code that respects Go guidelines
I'm learning Go and I wrote this for a programming challenge. It is working (building and running) but I feel the code is not what Go code should be: Am I using the ...