zlacker

[parent] [thread] 0 comments
1. lenkit+(OP)[view] [source] 2025-08-22 13:57:58
Every function call is 3-5 lines in Go. For any problem which needs to handle errors, the Go code is generally >2x the Java LOC. Go is a language that especially suffers from the "code padding" problem.
[go to top]