The 4-chan Go programmer
dolthub.com
The 4-chan Go programmer
1–10 of 177 posts
Re: The 4-chan Go programmer
#2Re: The 4-chan Go programmer
#3Re: The 4-chan Go programmer
#4That meme in the first few paragraphs made me actual lol as a recovering C programmer.
That is all.
I love seeing odd contortions of languages like this, and C has opportunity aplenty, interesting to see it in Go.
Re: The 4-chan Go programmer
#5Re: The 4-chan Go programmer
#6There is a Go developer that defends using channels four times like in this blog, he also made some great medium posts in which he details real use cases. His name is Christopher, if you want to find more about him, just Google “chris chan 4chan”.
Re: The 4-chan Go programmer
#7I have seen a single line of code passed through 4 "interface functions" before it is called that call each other sequentially, and are of course in separate files in separate folders.
It makes reading the code to figure out what it does exhausting, and a few levels in you start to wonder if you're even looking at the right area, and if it will ever get to the part where it actually computes something.
Re: The 4-chan Go programmer
#8We are still living in those days.