Live data from Hacker News

Go Patterns: A curated collection of idiomatic design patterns

github.com

1–10 of 11 posts

Re: Go Patterns: A curated collection of idiomatic design patterns

#4
Looks like a decent list. That being said, "curated" implies some notion of curation process and authority. Every time I see a work like this I wonder what the process is, what gives the author the authority or credibility. There might be a valid answer to these questions, but it should be addressed as part of the introduction.

Re: Go Patterns: A curated collection of idiomatic design patterns

#10

Only 4 appear to be filled out: parallelism/md5.go bounded_parallelism/md5.go object_pool/pool.go circuitbreaker/circuitbreaker.go

The others are there - the links are just broken.

E.g., - https://github.com/tmrts/go-patterns/blob/master/messaging/f...

Post reply on HN