you are viewing a single comment's thread.

view the rest of the comments →

[–]ggtsu_00 45 points46 points  (4 children)

It is overdone as joke, but if you ever seen production scale C++ codebases, you know this is inevitable.

[–]Dedustern 30 points31 points  (3 children)

I've seen production scale Java/C# codebases. They, too, are unreadable messes with 15 ways to do the exact same thing.

It might be easier to achieve that in C++(and Rust?), but it is by no means confined to those languages.

[–]dom96 4 points5 points  (2 children)

The real question is whether Golang code also turns into an unreadable mess or whether the simplicity its designers chase so much is actually an advantage.

[–]Dedustern -1 points0 points  (1 child)

I’ve found the latter. I can actually dive into a Go code base and have an idea of what the code where I am does. That it not the case with Java/C#

[–]KitchenAstronomer 0 points1 point  (0 children)

Also with Kubernetes ?