|
|
|
|
|
by eximius
1613 days ago
|
|
I imagine that is because Go is not used for applications of the same breadth as Java. Go is typically structured with many relatively small binaries. Each binary can be relatively self-contained. The way I've seen Java used, it typically has fewer binaries with each binary bundling many services. Many of which include clients for services at the company but a different org - where that other org can just provide a Guice module that sets up the client to call their service and anything that needs it can easily inject it. I still hate Java but, damn, I see why it's used at B I G companies. |
|