All Questions
1 question
11
votes
1
answer
861
views
Twitter clone in Golang
I have built a Twitter clone in Golang, using object orientation principles. I wish to know the design mistakes I have made.
...