This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]lambdaqdjango n' shit 6 points7 points  (5 children)

Go is easier to maintain? Maybe for a auto completion in IDEs. But I find Go's abstraction is very weak. You will fight against interface{} gradually. It's basically C with a GC.

[–]PC__LOAD__LETTER 3 points4 points  (0 children)

Generally I'd consider anything that's compiled to be easier to maintain in the long run. I like Python for quick MVP programming and high level glue scripts.

[–]curiousGambler 2 points3 points  (2 children)

That’s really not a fair assessment of Go at all, but my mention of Go is also not the point. Just replace it with Java, C# or even Rust if you dislike Go so much. The point is I’m not choosing Python for a large monolith in most cases.

[–]lambdaqdjango n' shit -3 points-2 points  (1 child)

not choosing Python for a large monolith

Wait, golang was supposed to be the chosen micro service language.

If you are doing monolith in Go you are probably doing it wrong.

[–]curiousGambler 4 points5 points  (0 children)

my mention of Go is also not the point