Hacker News new | ask | show | jobs
by freedomben 697 days ago
Cool, the source code is amazingly readable. Also love the sense of humor :-D such as https://github.com/quackduck/devzat/blob/main/commands.go#L1...
1 comments

When I read this comment, thought good readability it’s got to be Go
The readability might be nice, but the way files are structured makes no sense to me.

In PHP/Typescript there’s always a direct correspondence between imports and file locations, but Go baffles me.

why is this downvoted?