-
Notifications
You must be signed in to change notification settings - Fork 492
Description
Hey,
First off, thanks a lot for this project. It's a great help for learning exactly those things that I'm interested in learning more about with go!
Now I'm new to the language and I don't know most of the good practices and sometimes not even the basic concurrency primitives. I've gone through the first three problems and have some solutions to them in my own fork, but I don't know if the solutions I come up with are idiomatic, or even decent. It would be great if there was a way to find a hint for solutions, that was somehow hidden away from the main readme. Maybe something as basic as a spoiler.md
file that would contain something like: "you can do this with three lines of code using a Mutex. Btw, you don't need to put the mutex around the whole function, just lines 11-13 works".
What do you think about including some sort of hints to help newbies know that they're on the right path and not just hacking poorly-thought solutions?