|
|
|
|
|
by DetroitThrow
2063 days ago
|
|
>Go makes arbitrarily large codebases feasible For me, this is the consequence of a reasonable static type system. Without generics and the current error handling story, it almost feels like Go makes large codebases necessary in the projects I've used it, compared to other statically typed languages such as Kotlin, Java, Rust, and C#. Go 2 on the other hand looks like it will solve this problem, and I eagerly await its release. |
|
I agree that some form of static typing is critical to scale a codebase, or an ecosystem. Let’s also not forget the importance of a packaging system with robust version management. Go modules and proxy.golang.org are also critical to Go’s success at (code) scale.