All Questions
2 questions
1
vote
1
answer
73
views
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 ...
3
votes
0
answers
106
views
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 ...