TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What are good resources on clean architecture in the context of Go?

1 pointsby dondraper36over 3 years ago
It&#x27;s been pretty common lately to bash both Clean Code and Clean Architecture.<p>With the latter, I still don&#x27;t understand the reason very well. The Go programming language with its interfaces to fit the clean architecture concept really well. The only significant risk (not specific to Go though) is reimplementing Java and create too much abstraction as opposed to the desired simplicity.<p>With that said, what are some useful and idiomatic resources to read about clean architecture without unnecessary complexity and, ideally, applicable to Go?

no comments

no comments