top | item 46832356

(no title)

charlie0simmon | 1 month ago

The appeal of Go for me is the deployment story - single binary, no runtime dependencies. After years of dealing with JVM version conflicts and classpath hell, go build feels refreshingly simple. Though I do miss Java's mature ecosystem and tooling sometimes.

discuss

order

joe_mwangi|23 days ago

I shifted to java modules. It solved many things especially using jpackage. Latest java version handles import hell reducing import clutter.