Go Patterns: A curated collection of idiomatic design patterns
1–10 of 11 posts
Re: Go Patterns: A curated collection of idiomatic design patterns
#2The links are 404
Re: Go Patterns: A curated collection of idiomatic design patterns
#3Alot of the links on the page are 404'ing.
Re: Go Patterns: A curated collection of idiomatic design patterns
#4Looks 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
#5I like the concise summaries of each pattern, but it looks like most of the actual implementations are still under construction.
Re: Go Patterns: A curated collection of idiomatic design patterns
#6When I saw the title, I thought it said "a curated collection of idiotic design patterns". That actually sounded interesting.
Re: Go Patterns: A curated collection of idiomatic design patterns
#7Only 4 appear to be filled out:
parallelism/md5.go
bounded_parallelism/md5.go
object_pool/pool.go
circuitbreaker/circuitbreaker.goRe: Go Patterns: A curated collection of idiomatic design patterns
#8Got excited, went to try and click on them, but most of them 404. A for effort?
Re: Go Patterns: A curated collection of idiomatic design patterns
#9Got excited, went to try and click on them, but most of them 404. A for effort?
more like a curated list of 404 pages amiright?
Re: Go Patterns: A curated collection of idiomatic design patterns
#10Only 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...