Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
thebaer
10y ago
0 comments
Share
Java also can't beat Go's concise syntax. Even compared to writing in IntelliJ, an awesome IDE for saving keystrokes, I relish the simplicity and brevity of Go code.
0 comments
default
newest
oldest
prodigal_erik
10y ago
How can Go be concise when you can't do f(g(x)) without two if-statements to check for errors?
eggnet
10y ago
Couldn't f check for g's errors?
anant
10y ago
Sure it can,
http://play.golang.org/p/T6WIcT_8q5
works just fine!
kasey_junk
10y ago
No because you can't easily pass multiple return values as parameters. So annoying...
1 more reply
j
/
k
navigate · click thread line to collapse