Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
iends
9y ago
0 comments
Save
Share
There are lots of tools in Go that make up for issues people have with the language. Another example is the IDE macros people use for the standard if err != nil {} block.
0 comments
2 comments · 1 top-level
top
newest
oldest
spriggan3
9y ago
· 1 in thread
> Another example is the IDE macros people use for the standard if err != nil {} block
Which doesn't make code easy to read when there are 10th of these blocks in a single function.
skybrian
9y ago
It may be 4 lines of code where 1 or 2 would do, but I don't find it hard to read.
j
/
k
navigate · click thread line to collapse