DEV Community

Discussion on: What do you dislike about your favorite language?

Collapse
 
antjanus profile image
Antonin J. (they/them)

Golang is one of my favorite languages and the thing I find the most frustrating is the lack of architecture standards.

Up until recently, it's been a wild west as far as package management and project setup. Where do you put your code? How do you structure your folders? What web frameworks are actually worth investing into?

Basically same issues Node had early on. It's getting MUCH better but I feel like it's still a problem.

Collapse
 
bwhitelaw24 profile image
Ben W

I feel like you just dont need a framework in Go, also hasn't the location of where the code should go been in the documentation since release?